Shades of Aero Blue #BBE2D0
Tints of Aero Blue #BBE2D0
RGB
CMYK
RGB Variations
Color information
#BBE2D0 (or 0xBBE2D0) is known color: Aero Blue. HEX triplet: BB, E2 and D0. RGB value is (187,226,208). Sum of RGB (Red+Green+Blue) = 187+226+208=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2D0 is #441D2F. Grayscale: #D4D4D4. Windows color (decimal): -4463920 or 13689531. OLE color: 13689531.
HSL color Cylindrical-coordinate representation of color #BBE2D0: hue angle of 152.31º 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 #BBE2D0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 187 | 226 | 208 | - |
CMYK | 0.17 | 0 | 0.08 | 0.11 |
HSL | 152.31º | 0.4% | 0.81% | - |
HSV(B) | 152.31º | 0.17% | 0.89% | - |
XYZ | 59.08 | 69.51 | 69.98 | - |
YUV | 212.29 | 125.58 | 109.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 226 | 208 | 0.17 | 0 | 0.08 | 0.11 | 152.31 | 0.4 | 0.81 |
Hex | BB | E2 | D0 | 11 | 0 | 8 | B | 98 | 28 | 51 |
Octal | 273 | 342 | 320 | 21 | 0 | 10 | 13 | 230 | 50 | 121 |
Binary | 10111011 | 11100010 | 11010000 | 10001 | 0 | 1000 | 1011 | 10011000 | 101000 | 1010001 |
Color Harmonies of #BBE2D0
Complementary color
Monochromatic Colors of #BBE2D0
Black with #BBE2D0
Text Example
Text Example
White with #BBE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2D0; }
p { color: rgb(187,226,208); }
H1.HeaderClassName
{
color: #BBE2D0;
}
.AnyTagClassName
{
color: #BBE2D0;
}
</style>
background-color css
<style>
a { background-color: #BBE2D0; }
a { background-color: rgb(187,226,208); }
div.DivClassName
{
background-color: #BBE2D0;
}
.BgClassName
{
background-color: #BBE2D0;
}
</style>
border-color css
<style>
span { border-color: #BBE2D0; }
span { border-color: rgb(187,226,208); }
td.TdClassName
{
border-color: #BBE2D0;
}
.TagClassName
{
border-color: #BBE2D0;
}
</style>