#BBFDD9

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

Shades of Aero Blue #BBFDD9

Tints of Aero Blue #BBFDD9

Color information

#BBFDD9 (or 0xBBFDD9) is unknown color: approx Aero Blue. HEX triplet: BB, FD and D9. RGB value is (187,253,217). Sum of RGB (Red+Green+Blue) = 187+253+217=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD9 is #440226. Grayscale: #E5E5E5. Windows color (decimal): -4456999 or 14286267. OLE color: 14286267.

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

Color convert

RGB187253217-
CMYK0.2600.140.01
HSL147.27º94.29%86.27%-
HSV(B)147.27º26.09%99.22%-
XYZ68.1485.8378.62-
YUV229.16121.1397.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 217 (85.16% from 255) = 33.03%
R=28.46%
G=38.51%
B=33.03%

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
Decimal1872532170.2600.140.01147.2794.2986.27
HexBBFDD91A0E1935e56
Octal273375331320161223136126
Binary101110111111110111011001110100111011001001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDD9; }

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

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

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

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

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

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

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

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