#BBE9D8

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

Shades of Aero Blue #BBE9D8

Tints of Aero Blue #BBE9D8

Color information

#BBE9D8 (or 0xBBE9D8) is unknown color: approx Aero Blue. HEX triplet: BB, E9 and D8. RGB value is (187,233,216). Sum of RGB (Red+Green+Blue) = 187+233+216=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9D8 is #441627. Grayscale: #D9D9D9. Windows color (decimal): -4462120 or 14215611. OLE color: 14215611.

HSL color Cylindrical-coordinate representation of color #BBE9D8: hue angle of 157.83º 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 #BBE9D8 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB187233216-
CMYK0.2000.070.09
HSL157.83º51.11%82.35%-
HSV(B)157.83º19.74%91.37%-
XYZ62.0373.875.94-
YUV217.31127.26106.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 233 (91.41% from 255) = 36.64%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=29.40%
G=36.64%
B=33.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872332160.2000.070.09157.8351.1182.35
HexBBE9D8140799e3352
Octal27335133024071123663122
Binary1011101111101001110110001010001111001100111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9D8; }

 p { color: rgb(187,233,216); }

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

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

 a { background-color: rgb(187,233,216); }

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

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

 span { border-color: rgb(187,233,216); }

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