#BBEFD9

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

Shades of Aero Blue #BBEFD9

Tints of Aero Blue #BBEFD9

Color information

#BBEFD9 (or 0xBBEFD9) is unknown color: approx Aero Blue. HEX triplet: BB, EF and D9. RGB value is (187,239,217). Sum of RGB (Red+Green+Blue) = 187+239+217=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD9 is #441026. Grayscale: #DCDCDC. Windows color (decimal): -4460583 or 14282683. OLE color: 14282683.

HSL color Cylindrical-coordinate representation of color #BBEFD9: hue angle of 154.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFD9 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB187239217-
CMYK0.2200.090.06
HSL154.62º61.9%83.53%-
HSV(B)154.62º21.76%93.73%-
XYZ63.8877.3177.2-
YUV220.94125.77103.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=29.08%
G=37.17%
B=33.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392170.2200.090.06154.6261.983.53
HexBBEFD9160969b3e54
Octal27335733126011623376124
Binary1011101111101111110110011011001001110100110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFD9; }

 p { color: rgb(187,239,217); }

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

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

 a { background-color: rgb(187,239,217); }

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

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

 span { border-color: rgb(187,239,217); }

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