Shades of Aero Blue #BBDAC9
Tints of Aero Blue #BBDAC9
RGB
CMYK
RGB Variations
Color information
#BBDAC9 (or 0xBBDAC9) is known color: 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
| RGB | 187 | 218 | 201 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.15 |
| HSL | 147.1º | 0.3% | 0.79% | - |
| HSV(B) | 147.1º | 0.14% | 0.85% | - |
| XYZ | 56.11 | 64.92 | 64.83 | - |
| YUV | 206.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 201 | 0.14 | 0 | 0.08 | 0.15 | 147.1 | 0.3 | 0.79 |
| Hex | BB | DA | C9 | E | 0 | 8 | F | 93 | 1E | 4F |
| Octal | 273 | 332 | 311 | 16 | 0 | 10 | 17 | 223 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11001001 | 1110 | 0 | 1000 | 1111 | 10010011 | 11110 | 1001111 |
Color Harmonies of #BBDAC9
Complementary color
Monochromatic Colors of #BBDAC9
Black with #BBDAC9
Text Example
Text Example
White with #BBDAC9
Text Example
Text Example
HTML Codes & Css Web 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>