#BBFCD6

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

Shades of Aero Blue #BBFCD6

Tints of Aero Blue #BBFCD6

Color information

#BBFCD6 (or 0xBBFCD6) is unknown color: approx Aero Blue. HEX triplet: BB, FC and D6. RGB value is (187,252,214). Sum of RGB (Red+Green+Blue) = 187+252+214=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD6 is #440329. Grayscale: #E4E4E4. Windows color (decimal): -4457258 or 14089403. OLE color: 14089403.

HSL color Cylindrical-coordinate representation of color #BBFCD6: hue angle of 144.92º 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 #BBFCD6 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB187252214-
CMYK0.2600.150.01
HSL144.92º91.55%86.08%-
HSV(B)144.92º25.79%98.82%-
XYZ67.4485.0476.48-
YUV228.23119.9798.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=28.64%
G=38.59%
B=32.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522140.2600.150.01144.9291.5586.08
HexBBFCD61A0F1915c56
Octal273374326320171221134126
Binary101110111111110011010110110100111111001000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCD6; }

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

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

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

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

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

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

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

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