Shades of Aero Blue #BBE0D0
Tints of Aero Blue #BBE0D0
RGB
CMYK
RGB Variations
Color information
#BBE0D0 (or 0xBBE0D0) is known color: Aero Blue. HEX triplet: BB, E0 and D0. RGB value is (187,224,208). Sum of RGB (Red+Green+Blue) = 187+224+208=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0D0 is #441F2F. Grayscale: #D3D3D3. Windows color (decimal): -4464432 or 13689019. OLE color: 13689019.
HSL color Cylindrical-coordinate representation of color #BBE0D0: hue angle of 154.05º 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 #BBE0D0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 208 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.12 |
| HSL | 154.05º | 0.37% | 0.81% | - |
| HSV(B) | 154.05º | 0.17% | 0.88% | - |
| XYZ | 58.53 | 68.43 | 69.8 | - |
| YUV | 211.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 208 | 0.17 | 0 | 0.07 | 0.12 | 154.05 | 0.37 | 0.81 |
| Hex | BB | E0 | D0 | 11 | 0 | 7 | C | 9A | 25 | 51 |
| Octal | 273 | 340 | 320 | 21 | 0 | 7 | 14 | 232 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11010000 | 10001 | 0 | 111 | 1100 | 10011010 | 100101 | 1010001 |
Color Harmonies of #BBE0D0
Complementary color
Monochromatic Colors of #BBE0D0
Black with #BBE0D0
Text Example
Text Example
White with #BBE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0D0; }
p { color: rgb(187,224,208); }
H1.HeaderClassName
{
color: #BBE0D0;
}
.AnyTagClassName
{
color: #BBE0D0;
}
</style>
background-color css
<style>
a { background-color: #BBE0D0; }
a { background-color: rgb(187,224,208); }
div.DivClassName
{
background-color: #BBE0D0;
}
.BgClassName
{
background-color: #BBE0D0;
}
</style>
border-color css
<style>
span { border-color: #BBE0D0; }
span { border-color: rgb(187,224,208); }
td.TdClassName
{
border-color: #BBE0D0;
}
.TagClassName
{
border-color: #BBE0D0;
}
</style>