#BDEBD6

Color #BDEBD6 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BDEBD6

Tints of Aero Blue #BDEBD6

Color information

#BDEBD6 (or 0xBDEBD6) is unknown color: approx Aero Blue. HEX triplet: BD, EB and D6. RGB value is (189,235,214). Sum of RGB (Red+Green+Blue) = 189+235+214=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD6 is #421429. Grayscale: #DADADA. Windows color (decimal): -4330538 or 14085053. OLE color: 14085053.

HSL color Cylindrical-coordinate representation of color #BDEBD6: hue angle of 152.61º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBD6 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB189235214-
CMYK0.2000.090.08
HSL152.61º53.49%83.14%-
HSV(B)152.61º19.57%92.16%-
XYZ62.8375.0974.8-
YUV218.85125.26106.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 214 (83.98% from 255) = 33.54%
R=29.62%
G=36.83%
B=33.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352140.2000.090.08152.6153.4983.14
HexBDEBD614098993553
Octal275353326240111023165123
Binary10111101111010111101011010100010011000100110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBD6; }

 p { color: rgb(189,235,214); }

 H1.HeaderClassName
 {
   color: #BDEBD6;
 }
 .AnyTagClassName
 {
   color: #BDEBD6;
 }
</style>
background-color css

<style>
 a { background-color: #BDEBD6; }

 a { background-color: rgb(189,235,214); }

 div.DivClassName
 {
   background-color: #BDEBD6;
 }
 .BgClassName
 {
   background-color: #BDEBD6;
 }
</style>
border-color css

<style>
 span { border-color: #BDEBD6; }

 span { border-color: rgb(189,235,214); }

 td.TdClassName
 {
   border-color: #BDEBD6;
 }
 .TagClassName
 {
   border-color: #BDEBD6;
 }
</style>