Shades of Aero Blue #BBE2D2
Tints of Aero Blue #BBE2D2
RGB
CMYK
RGB Variations
Color information
#BBE2D2 (or 0xBBE2D2) is known color: Aero Blue. HEX triplet: BB, E2 and D2. RGB value is (187,226,210). Sum of RGB (Red+Green+Blue) = 187+226+210=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2D2 is #441D2D. Grayscale: #D4D4D4. Windows color (decimal): -4463918 or 13820603. OLE color: 13820603.
HSL color Cylindrical-coordinate representation of color #BBE2D2: hue angle of 155.38º 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 #BBE2D2 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 210 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.11 |
| HSL | 155.38º | 0.4% | 0.81% | - |
| HSV(B) | 155.38º | 0.17% | 0.89% | - |
| XYZ | 59.32 | 69.61 | 71.28 | - |
| YUV | 212.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 210 | 0.17 | 0 | 0.07 | 0.11 | 155.38 | 0.4 | 0.81 |
| Hex | BB | E2 | D2 | 11 | 0 | 7 | B | 9B | 28 | 51 |
| Octal | 273 | 342 | 322 | 21 | 0 | 7 | 13 | 233 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11010010 | 10001 | 0 | 111 | 1011 | 10011011 | 101000 | 1010001 |
Color Harmonies of #BBE2D2
Complementary color
Monochromatic Colors of #BBE2D2
Black with #BBE2D2
Text Example
Text Example
White with #BBE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2D2; }
p { color: rgb(187,226,210); }
H1.HeaderClassName
{
color: #BBE2D2;
}
.AnyTagClassName
{
color: #BBE2D2;
}
</style>
background-color css
<style>
a { background-color: #BBE2D2; }
a { background-color: rgb(187,226,210); }
div.DivClassName
{
background-color: #BBE2D2;
}
.BgClassName
{
background-color: #BBE2D2;
}
</style>
border-color css
<style>
span { border-color: #BBE2D2; }
span { border-color: rgb(187,226,210); }
td.TdClassName
{
border-color: #BBE2D2;
}
.TagClassName
{
border-color: #BBE2D2;
}
</style>