#B9E8CE

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

Shades of Aero Blue #B9E8CE

Tints of Aero Blue #B9E8CE

Color information

#B9E8CE (or 0xB9E8CE) is unknown color: approx Aero Blue. HEX triplet: B9, E8 and CE. RGB value is (185,232,206). Sum of RGB (Red+Green+Blue) = 185+232+206=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8CE is #461731. Grayscale: #D7D7D7. Windows color (decimal): -4593458 or 13559993. OLE color: 13559993.

HSL color Cylindrical-coordinate representation of color #B9E8CE: hue angle of 146.81º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8CE is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB185232206-
CMYK0.2000.110.09
HSL146.81º50.54%81.76%-
HSV(B)146.81º20.26%90.98%-
XYZ6072.4869.22-
YUV214.98122.93106.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=29.70%
G=37.24%
B=33.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322060.2000.110.09146.8150.5481.76
HexB9E8CE140B9933352
Octal271350316240131122363122
Binary10111001111010001100111010100010111001100100111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8CE; }

 p { color: rgb(185,232,206); }

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

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

 a { background-color: rgb(185,232,206); }

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

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

 span { border-color: rgb(185,232,206); }

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