Shades of Aero Blue #BBE2CF
Tints of Aero Blue #BBE2CF
RGB
CMYK
RGB Variations
Color information
#BBE2CF (or 0xBBE2CF) is known color: Aero Blue. HEX triplet: BB, E2 and CF. RGB value is (187,226,207). Sum of RGB (Red+Green+Blue) = 187+226+207=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2CF is #441D30. Grayscale: #D4D4D4. Windows color (decimal): -4463921 or 13623995. OLE color: 13623995.
HSL color Cylindrical-coordinate representation of color #BBE2CF: hue angle of 150.77º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2CF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 207 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.11 |
| HSL | 150.77º | 0.4% | 0.81% | - |
| HSV(B) | 150.77º | 0.17% | 0.89% | - |
| XYZ | 58.95 | 69.46 | 69.33 | - |
| YUV | 212.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 207 | 0.17 | 0 | 0.08 | 0.11 | 150.77 | 0.4 | 0.81 |
| Hex | BB | E2 | CF | 11 | 0 | 8 | B | 97 | 28 | 51 |
| Octal | 273 | 342 | 317 | 21 | 0 | 10 | 13 | 227 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11001111 | 10001 | 0 | 1000 | 1011 | 10010111 | 101000 | 1010001 |
Color Harmonies of #BBE2CF
Complementary color
Monochromatic Colors of #BBE2CF
Black with #BBE2CF
Text Example
Text Example
White with #BBE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2CF; }
p { color: rgb(187,226,207); }
H1.HeaderClassName
{
color: #BBE2CF;
}
.AnyTagClassName
{
color: #BBE2CF;
}
</style>
background-color css
<style>
a { background-color: #BBE2CF; }
a { background-color: rgb(187,226,207); }
div.DivClassName
{
background-color: #BBE2CF;
}
.BgClassName
{
background-color: #BBE2CF;
}
</style>
border-color css
<style>
span { border-color: #BBE2CF; }
span { border-color: rgb(187,226,207); }
td.TdClassName
{
border-color: #BBE2CF;
}
.TagClassName
{
border-color: #BBE2CF;
}
</style>