#BBDECF

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

Shades of Aero Blue #BBDECF

Tints of Aero Blue #BBDECF

Color information

#BBDECF (or 0xBBDECF) is unknown color: approx Aero Blue. HEX triplet: BB, DE and CF. RGB value is (187,222,207). Sum of RGB (Red+Green+Blue) = 187+222+207=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDECF is #442130. Grayscale: #D1D1D1. Windows color (decimal): -4464945 or 13622971. OLE color: 13622971.

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

Color convert

RGB187222207-
CMYK0.1600.070.13
HSL154.29º34.65%80.2%-
HSV(B)154.29º15.77%87.06%-
XYZ57.8867.3168.97-
YUV209.82126.4111.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=30.36%
G=36.04%
B=33.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872222070.1600.070.13154.2934.6580.2
HexBBDECF1007D9a2350
Octal27333631720071523243120
Binary1011101111011110110011111000001111101100110101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDECF; }

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

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

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

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

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

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

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

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