#BBFCD8

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

Shades of Aero Blue #BBFCD8

Tints of Aero Blue #BBFCD8

Color information

#BBFCD8 (or 0xBBFCD8) is unknown color: approx Aero Blue. HEX triplet: BB, FC and D8. RGB value is (187,252,216). Sum of RGB (Red+Green+Blue) = 187+252+216=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD8 is #440327. Grayscale: #E4E4E4. Windows color (decimal): -4457256 or 14220475. OLE color: 14220475.

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

Color convert

RGB187252216-
CMYK0.2600.140.01
HSL146.77º91.55%86.08%-
HSV(B)146.77º25.79%98.82%-
XYZ67.785.1477.83-
YUV228.46120.9798.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=28.55%
G=38.47%
B=32.98%

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
Decimal1872522160.2600.140.01146.7791.5586.08
HexBBFCD81A0E1935c56
Octal273374330320161223134126
Binary101110111111110011011000110100111011001001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCD8; }

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

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

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

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

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

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

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

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