#BBFDDC

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

Shades of Aero Blue #BBFDDC

Tints of Aero Blue #BBFDDC

Color information

#BBFDDC (or 0xBBFDDC) is unknown color: approx Aero Blue. HEX triplet: BB, FD and DC. RGB value is (187,253,220). Sum of RGB (Red+Green+Blue) = 187+253+220=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDDC is #440223. Grayscale: #E5E5E5. Windows color (decimal): -4456996 or 14482875. OLE color: 14482875.

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

Color convert

RGB187253220-
CMYK0.2600.130.01
HSL150º94.29%86.27%-
HSV(B)150º26.09%99.22%-
XYZ68.5485.9880.69-
YUV229.5122.6397.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=28.33%
G=38.33%
B=33.33%

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
Decimal1872532200.2600.130.0115094.2986.27
HexBBFDDC1A0D1965e56
Octal273375334320151226136126
Binary101110111111110111011100110100110111001011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDDC; }

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

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

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

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

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

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

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

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