Shades of Aero Blue #BBDAC8
Tints of Aero Blue #BBDAC8
RGB
CMYK
RGB Variations
Color information
#BBDAC8 (or 0xBBDAC8) is known color: Aero Blue. HEX triplet: BB, DA and C8. RGB value is (187,218,200). Sum of RGB (Red+Green+Blue) = 187+218+200=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC8 is #442537. Grayscale: #CECECE. Windows color (decimal): -4465976 or 13163195. OLE color: 13163195.
HSL color Cylindrical-coordinate representation of color #BBDAC8: hue angle of 145.16º 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 #BBDAC8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 200 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.15 |
| HSL | 145.16º | 0.3% | 0.79% | - |
| HSV(B) | 145.16º | 0.14% | 0.85% | - |
| XYZ | 55.99 | 64.88 | 64.22 | - |
| YUV | 206.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 200 | 0.14 | 0 | 0.08 | 0.15 | 145.16 | 0.3 | 0.79 |
| Hex | BB | DA | C8 | E | 0 | 8 | F | 91 | 1E | 4F |
| Octal | 273 | 332 | 310 | 16 | 0 | 10 | 17 | 221 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11001000 | 1110 | 0 | 1000 | 1111 | 10010001 | 11110 | 1001111 |
Color Harmonies of #BBDAC8
Complementary color
Monochromatic Colors of #BBDAC8
Black with #BBDAC8
Text Example
Text Example
White with #BBDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAC8; }
p { color: rgb(187,218,200); }
H1.HeaderClassName
{
color: #BBDAC8;
}
.AnyTagClassName
{
color: #BBDAC8;
}
</style>
background-color css
<style>
a { background-color: #BBDAC8; }
a { background-color: rgb(187,218,200); }
div.DivClassName
{
background-color: #BBDAC8;
}
.BgClassName
{
background-color: #BBDAC8;
}
</style>
border-color css
<style>
span { border-color: #BBDAC8; }
span { border-color: rgb(187,218,200); }
td.TdClassName
{
border-color: #BBDAC8;
}
.TagClassName
{
border-color: #BBDAC8;
}
</style>