#B9EAD2

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

Shades of Aero Blue #B9EAD2

Tints of Aero Blue #B9EAD2

Color information

#B9EAD2 (or 0xB9EAD2) is unknown color: approx Aero Blue. HEX triplet: B9, EA and D2. RGB value is (185,234,210). Sum of RGB (Red+Green+Blue) = 185+234+210=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAD2 is #46152D. Grayscale: #D8D8D8. Windows color (decimal): -4592942 or 13822649. OLE color: 13822649.

HSL color Cylindrical-coordinate representation of color #B9EAD2: hue angle of 150.61º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAD2 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB185234210-
CMYK0.2100.100.08
HSL150.61º53.85%82.16%-
HSV(B)150.61º20.94%91.76%-
XYZ61.0673.8172-
YUV216.61124.27105.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.41%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 210 (82.42% from 255) = 33.39%
R=29.41%
G=37.20%
B=33.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852342100.2100.100.08150.6153.8582.16
HexB9EAD2150A8973652
Octal271352322250121022766122
Binary10111001111010101101001010101010101000100101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAD2; }

 p { color: rgb(185,234,210); }

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

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

 a { background-color: rgb(185,234,210); }

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

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

 span { border-color: rgb(185,234,210); }

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