#BBFDDD

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

Shades of Aero Blue #BBFDDD

Tints of Aero Blue #BBFDDD

Color information

#BBFDDD (or 0xBBFDDD) is unknown color: approx Aero Blue. HEX triplet: BB, FD and DD. RGB value is (187,253,221). Sum of RGB (Red+Green+Blue) = 187+253+221=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDDD is #440222. Grayscale: #E5E5E5. Windows color (decimal): -4456995 or 14548411. OLE color: 14548411.

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

Color convert

RGB187253221-
CMYK0.2600.130.01
HSL150.91º94.29%86.27%-
HSV(B)150.91º26.09%99.22%-
XYZ68.6786.0481.39-
YUV229.62123.1397.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=28.29%
G=38.28%
B=33.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532210.2600.130.01150.9194.2986.27
HexBBFDDD1A0D1975e56
Octal273375335320151227136126
Binary101110111111110111011101110100110111001011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDDD; }

 p { color: rgb(187,253,221); }

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

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

 a { background-color: rgb(187,253,221); }

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

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

 span { border-color: rgb(187,253,221); }

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