#B9E1CB

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

Shades of Aero Blue #B9E1CB

Tints of Aero Blue #B9E1CB

Color information

#B9E1CB (or 0xB9E1CB) is unknown color: approx Aero Blue. HEX triplet: B9, E1 and CB. RGB value is (185,225,203). Sum of RGB (Red+Green+Blue) = 185+225+203=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E1CB is #461E34. Grayscale: #D2D2D2. Windows color (decimal): -4595253 or 13361593. OLE color: 13361593.

HSL color Cylindrical-coordinate representation of color #B9E1CB: hue angle of 147º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E1CB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB185225203-
CMYK0.1800.100.12
HSL147º40%80.39%-
HSV(B)147º17.78%88.24%-
XYZ57.7168.4866.68-
YUV210.53123.75109.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.18%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=30.18%
G=36.70%
B=33.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1852252030.1800.100.121474080.39
HexB9E1CB120AC932850
Octal271341313220121422350120
Binary10111001111000011100101110010010101100100100111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E1CB; }

 p { color: rgb(185,225,203); }

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

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

 a { background-color: rgb(185,225,203); }

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

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

 span { border-color: rgb(185,225,203); }

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