Shades of Aero Blue #BBE2D3
Tints of Aero Blue #BBE2D3
RGB
CMYK
RGB Variations
Color information
#BBE2D3 (or 0xBBE2D3) is known color: Aero Blue. HEX triplet: BB, E2 and D3. RGB value is (187,226,211). Sum of RGB (Red+Green+Blue) = 187+226+211=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2D3 is #441D2C. Grayscale: #D4D4D4. Windows color (decimal): -4463917 or 13886139. OLE color: 13886139.
HSL color Cylindrical-coordinate representation of color #BBE2D3: hue angle of 156.92º 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 #BBE2D3 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 211 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.11 |
| HSL | 156.92º | 0.4% | 0.81% | - |
| HSV(B) | 156.92º | 0.17% | 0.89% | - |
| XYZ | 59.45 | 69.66 | 71.94 | - |
| YUV | 212.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 211 | 0.17 | 0 | 0.07 | 0.11 | 156.92 | 0.4 | 0.81 |
| Hex | BB | E2 | D3 | 11 | 0 | 7 | B | 9D | 28 | 51 |
| Octal | 273 | 342 | 323 | 21 | 0 | 7 | 13 | 235 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11010011 | 10001 | 0 | 111 | 1011 | 10011101 | 101000 | 1010001 |
Color Harmonies of #BBE2D3
Complementary color
Monochromatic Colors of #BBE2D3
Black with #BBE2D3
Text Example
Text Example
White with #BBE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2D3; }
p { color: rgb(187,226,211); }
H1.HeaderClassName
{
color: #BBE2D3;
}
.AnyTagClassName
{
color: #BBE2D3;
}
</style>
background-color css
<style>
a { background-color: #BBE2D3; }
a { background-color: rgb(187,226,211); }
div.DivClassName
{
background-color: #BBE2D3;
}
.BgClassName
{
background-color: #BBE2D3;
}
</style>
border-color css
<style>
span { border-color: #BBE2D3; }
span { border-color: rgb(187,226,211); }
td.TdClassName
{
border-color: #BBE2D3;
}
.TagClassName
{
border-color: #BBE2D3;
}
</style>