Shades of Aero Blue #BBE0CF
Tints of Aero Blue #BBE0CF
RGB
CMYK
RGB Variations
Color information
#BBE0CF (or 0xBBE0CF) is known color: Aero Blue. HEX triplet: BB, E0 and CF. RGB value is (187,224,207). Sum of RGB (Red+Green+Blue) = 187+224+207=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CF is #441F30. Grayscale: #D3D3D3. Windows color (decimal): -4464433 or 13623483. OLE color: 13623483.
HSL color Cylindrical-coordinate representation of color #BBE0CF: hue angle of 152.43º 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 #BBE0CF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 207 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.12 |
| HSL | 152.43º | 0.37% | 0.81% | - |
| HSV(B) | 152.43º | 0.17% | 0.88% | - |
| XYZ | 58.41 | 68.38 | 69.15 | - |
| YUV | 211 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 207 | 0.17 | 0 | 0.08 | 0.12 | 152.43 | 0.37 | 0.81 |
| Hex | BB | E0 | CF | 11 | 0 | 8 | C | 98 | 25 | 51 |
| Octal | 273 | 340 | 317 | 21 | 0 | 10 | 14 | 230 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11001111 | 10001 | 0 | 1000 | 1100 | 10011000 | 100101 | 1010001 |
Color Harmonies of #BBE0CF
Complementary color
Monochromatic Colors of #BBE0CF
Black with #BBE0CF
Text Example
Text Example
White with #BBE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0CF; }
p { color: rgb(187,224,207); }
H1.HeaderClassName
{
color: #BBE0CF;
}
.AnyTagClassName
{
color: #BBE0CF;
}
</style>
background-color css
<style>
a { background-color: #BBE0CF; }
a { background-color: rgb(187,224,207); }
div.DivClassName
{
background-color: #BBE0CF;
}
.BgClassName
{
background-color: #BBE0CF;
}
</style>
border-color css
<style>
span { border-color: #BBE0CF; }
span { border-color: rgb(187,224,207); }
td.TdClassName
{
border-color: #BBE0CF;
}
.TagClassName
{
border-color: #BBE0CF;
}
</style>