#BBFFDD

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

Shades of Aero Blue #BBFFDD

Tints of Aero Blue #BBFFDD

Color information

#BBFFDD (or 0xBBFFDD) is unknown color: approx Aero Blue. HEX triplet: BB, FF and DD. RGB value is (187,255,221). Sum of RGB (Red+Green+Blue) = 187+255+221=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFDD is #440022. Grayscale: #E6E6E6. Windows color (decimal): -4456483 or 14548923. OLE color: 14548923.

HSL color Cylindrical-coordinate representation of color #BBFFDD: hue angle of 150º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFDD is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB187255221-
CMYK0.2700.130
HSL150º100%86.67%-
HSV(B)150º26.67%100%-
XYZ69.387.3181.61-
YUV230.79122.4796.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=28.21%
G=38.46%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552210.2700.13015010086.67
HexBBFFDD1B0D0966457
Octal273377335330150226144127
Binary101110111111111111011101110110110101001011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFDD; }

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

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

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

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

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

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

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

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