Shades of Aero Blue #BBDDC9
Tints of Aero Blue #BBDDC9
RGB
CMYK
RGB Variations
Color information
#BBDDC9 (or 0xBBDDC9) is known color: Aero Blue. HEX triplet: BB, DD and C9. RGB value is (187,221,201). Sum of RGB (Red+Green+Blue) = 187+221+201=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC9 is #442236. Grayscale: #D0D0D0. Windows color (decimal): -4465207 or 13229499. OLE color: 13229499.
HSL color Cylindrical-coordinate representation of color #BBDDC9: hue angle of 144.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDC9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 201 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.13 |
| HSL | 144.71º | 0.33% | 0.8% | - |
| HSV(B) | 144.71º | 0.15% | 0.87% | - |
| XYZ | 56.89 | 66.49 | 65.09 | - |
| YUV | 208.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 201 | 0.15 | 0 | 0.09 | 0.13 | 144.71 | 0.33 | 0.8 |
| Hex | BB | DD | C9 | F | 0 | 9 | D | 91 | 21 | 50 |
| Octal | 273 | 335 | 311 | 17 | 0 | 11 | 15 | 221 | 41 | 120 |
| Binary | 10111011 | 11011101 | 11001001 | 1111 | 0 | 1001 | 1101 | 10010001 | 100001 | 1010000 |
Color Harmonies of #BBDDC9
Complementary color
Monochromatic Colors of #BBDDC9
Black with #BBDDC9
Text Example
Text Example
White with #BBDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDC9; }
p { color: rgb(187,221,201); }
H1.HeaderClassName
{
color: #BBDDC9;
}
.AnyTagClassName
{
color: #BBDDC9;
}
</style>
background-color css
<style>
a { background-color: #BBDDC9; }
a { background-color: rgb(187,221,201); }
div.DivClassName
{
background-color: #BBDDC9;
}
.BgClassName
{
background-color: #BBDDC9;
}
</style>
border-color css
<style>
span { border-color: #BBDDC9; }
span { border-color: rgb(187,221,201); }
td.TdClassName
{
border-color: #BBDDC9;
}
.TagClassName
{
border-color: #BBDDC9;
}
</style>