Shades of Aero Blue #BBE0CD
Tints of Aero Blue #BBE0CD
RGB
CMYK
RGB Variations
Color information
#BBE0CD (or 0xBBE0CD) is known color: Aero Blue. HEX triplet: BB, E0 and CD. RGB value is (187,224,205). Sum of RGB (Red+Green+Blue) = 187+224+205=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CD is #441F32. Grayscale: #D2D2D2. Windows color (decimal): -4464435 or 13492411. OLE color: 13492411.
HSL color Cylindrical-coordinate representation of color #BBE0CD: hue angle of 149.19º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0CD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 205 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.12 |
| HSL | 149.19º | 0.37% | 0.81% | - |
| HSV(B) | 149.19º | 0.17% | 0.88% | - |
| XYZ | 58.17 | 68.28 | 67.87 | - |
| YUV | 210.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 205 | 0.17 | 0 | 0.08 | 0.12 | 149.19 | 0.37 | 0.81 |
| Hex | BB | E0 | CD | 11 | 0 | 8 | C | 95 | 25 | 51 |
| Octal | 273 | 340 | 315 | 21 | 0 | 10 | 14 | 225 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11001101 | 10001 | 0 | 1000 | 1100 | 10010101 | 100101 | 1010001 |
Color Harmonies of #BBE0CD
Complementary color
Monochromatic Colors of #BBE0CD
Black with #BBE0CD
Text Example
Text Example
White with #BBE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0CD; }
p { color: rgb(187,224,205); }
H1.HeaderClassName
{
color: #BBE0CD;
}
.AnyTagClassName
{
color: #BBE0CD;
}
</style>
background-color css
<style>
a { background-color: #BBE0CD; }
a { background-color: rgb(187,224,205); }
div.DivClassName
{
background-color: #BBE0CD;
}
.BgClassName
{
background-color: #BBE0CD;
}
</style>
border-color css
<style>
span { border-color: #BBE0CD; }
span { border-color: rgb(187,224,205); }
td.TdClassName
{
border-color: #BBE0CD;
}
.TagClassName
{
border-color: #BBE0CD;
}
</style>