#BBFFDE

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

Shades of Aero Blue #BBFFDE

Tints of Aero Blue #BBFFDE

Color information

#BBFFDE (or 0xBBFFDE) is unknown color: approx Aero Blue. HEX triplet: BB, FF and DE. RGB value is (187,255,222). Sum of RGB (Red+Green+Blue) = 187+255+222=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFDE is #440021. Grayscale: #E6E6E6. Windows color (decimal): -4456482 or 14614459. OLE color: 14614459.

HSL color Cylindrical-coordinate representation of color #BBFFDE: hue angle of 150.88º 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 #BBFFDE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB187255222-
CMYK0.2700.130
HSL150.88º100%86.67%-
HSV(B)150.88º26.67%100%-
XYZ69.4487.3682.31-
YUV230.91122.9796.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=28.16%
G=38.40%
B=33.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552220.2700.130150.8810086.67
HexBBFFDE1B0D0976457
Octal273377336330150227144127
Binary101110111111111111011110110110110101001011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFDE; }

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

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

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

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

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

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

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

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