#BBFCD9

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

Shades of Aero Blue #BBFCD9

Tints of Aero Blue #BBFCD9

Color information

#BBFCD9 (or 0xBBFCD9) is unknown color: approx Aero Blue. HEX triplet: BB, FC and D9. RGB value is (187,252,217). Sum of RGB (Red+Green+Blue) = 187+252+217=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD9 is #440326. Grayscale: #E4E4E4. Windows color (decimal): -4457255 or 14286011. OLE color: 14286011.

HSL color Cylindrical-coordinate representation of color #BBFCD9: hue angle of 147.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCD9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB187252217-
CMYK0.2600.140.01
HSL147.69º91.55%86.08%-
HSV(B)147.69º25.79%98.82%-
XYZ67.8385.278.52-
YUV228.58121.4798.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=28.51%
G=38.41%
B=33.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522170.2600.140.01147.6991.5586.08
HexBBFCD91A0E1945c56
Octal273374331320161224134126
Binary101110111111110011011001110100111011001010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCD9; }

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

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

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

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

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

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

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

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