#BBDAC9

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

Shades of Aero Blue #BBDAC9

Tints of Aero Blue #BBDAC9

Color information

#BBDAC9 (or 0xBBDAC9) is unknown color: approx Aero Blue. HEX triplet: BB, DA and C9. RGB value is (187,218,201). Sum of RGB (Red+Green+Blue) = 187+218+201=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC9 is #442536. Grayscale: #CECECE. Windows color (decimal): -4465975 or 13228731. OLE color: 13228731.

HSL color Cylindrical-coordinate representation of color #BBDAC9: hue angle of 147.1º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAC9 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB187218201-
CMYK0.1400.080.15
HSL147.1º29.52%79.41%-
HSV(B)147.1º14.22%85.49%-
XYZ56.1164.9264.83-
YUV206.79124.73113.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 201 (78.91% from 255) = 33.17%
R=30.86%
G=35.97%
B=33.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182010.1400.080.15147.129.5279.41
HexBBDAC9E08F931e4f
Octal273332311160101722336117
Binary101110111101101011001001111001000111110010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAC9; }

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

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

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

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

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

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

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

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