Shades of Aero Blue #BBE2D1
Tints of Aero Blue #BBE2D1
RGB
CMYK
RGB Variations
Color information
#BBE2D1 (or 0xBBE2D1) is known color: Aero Blue. HEX triplet: BB, E2 and D1. RGB value is (187,226,209). Sum of RGB (Red+Green+Blue) = 187+226+209=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2D1 is #441D2E. Grayscale: #D4D4D4. Windows color (decimal): -4463919 or 13755067. OLE color: 13755067.
HSL color Cylindrical-coordinate representation of color #BBE2D1: hue angle of 153.85º 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 #BBE2D1 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 209 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.11 |
| HSL | 153.85º | 0.4% | 0.81% | - |
| HSV(B) | 153.85º | 0.17% | 0.89% | - |
| XYZ | 59.2 | 69.56 | 70.63 | - |
| YUV | 212.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 209 | 0.17 | 0 | 0.08 | 0.11 | 153.85 | 0.4 | 0.81 |
| Hex | BB | E2 | D1 | 11 | 0 | 8 | B | 9A | 28 | 51 |
| Octal | 273 | 342 | 321 | 21 | 0 | 10 | 13 | 232 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11010001 | 10001 | 0 | 1000 | 1011 | 10011010 | 101000 | 1010001 |
Color Harmonies of #BBE2D1
Complementary color
Monochromatic Colors of #BBE2D1
Black with #BBE2D1
Text Example
Text Example
White with #BBE2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2D1; }
p { color: rgb(187,226,209); }
H1.HeaderClassName
{
color: #BBE2D1;
}
.AnyTagClassName
{
color: #BBE2D1;
}
</style>
background-color css
<style>
a { background-color: #BBE2D1; }
a { background-color: rgb(187,226,209); }
div.DivClassName
{
background-color: #BBE2D1;
}
.BgClassName
{
background-color: #BBE2D1;
}
</style>
border-color css
<style>
span { border-color: #BBE2D1; }
span { border-color: rgb(187,226,209); }
td.TdClassName
{
border-color: #BBE2D1;
}
.TagClassName
{
border-color: #BBE2D1;
}
</style>