#BBDCC9

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

Shades of Aero Blue #BBDCC9

Tints of Aero Blue #BBDCC9

Color information

#BBDCC9 (or 0xBBDCC9) is unknown color: approx Aero Blue. HEX triplet: BB, DC and C9. RGB value is (187,220,201). Sum of RGB (Red+Green+Blue) = 187+220+201=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC9 is #442336. Grayscale: #D0D0D0. Windows color (decimal): -4465463 or 13229243. OLE color: 13229243.

HSL color Cylindrical-coordinate representation of color #BBDCC9: hue angle of 145.45º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCC9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB187220201-
CMYK0.1500.090.14
HSL145.45º32.04%79.8%-
HSV(B)145.45º15%86.27%-
XYZ56.6365.9765.01-
YUV207.97124.07113.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=30.76%
G=36.18%
B=33.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872202010.1500.090.14145.4532.0479.8
HexBBDCC9F09E912050
Octal273334311170111622140120
Binary1011101111011100110010011111010011110100100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCC9; }

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

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

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

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

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

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

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

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