Shades of Aero Blue #BBEDD2
Tints of Aero Blue #BBEDD2
RGB
CMYK
RGB Variations
Color information
#BBEDD2 (or 0xBBEDD2) is known color: Aero Blue. HEX triplet: BB, ED and D2. RGB value is (187,237,210). Sum of RGB (Red+Green+Blue) = 187+237+210=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD2 is #44122D. Grayscale: #DBDBDB. Windows color (decimal): -4461102 or 13823419. OLE color: 13823419.
HSL color Cylindrical-coordinate representation of color #BBEDD2: hue angle of 147.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDD2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 210 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.07 |
| HSL | 147.6º | 0.58% | 0.83% | - |
| HSV(B) | 147.6º | 0.21% | 0.93% | - |
| XYZ | 62.41 | 75.79 | 72.31 | - |
| YUV | 218.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 210 | 0.21 | 0 | 0.11 | 0.07 | 147.6 | 0.58 | 0.83 |
| Hex | BB | ED | D2 | 15 | 0 | B | 7 | 94 | 3A | 53 |
| Octal | 273 | 355 | 322 | 25 | 0 | 13 | 7 | 224 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11010010 | 10101 | 0 | 1011 | 111 | 10010100 | 111010 | 1010011 |
Color Harmonies of #BBEDD2
Complementary color
Monochromatic Colors of #BBEDD2
Black with #BBEDD2
Text Example
Text Example
White with #BBEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDD2; }
p { color: rgb(187,237,210); }
H1.HeaderClassName
{
color: #BBEDD2;
}
.AnyTagClassName
{
color: #BBEDD2;
}
</style>
background-color css
<style>
a { background-color: #BBEDD2; }
a { background-color: rgb(187,237,210); }
div.DivClassName
{
background-color: #BBEDD2;
}
.BgClassName
{
background-color: #BBEDD2;
}
</style>
border-color css
<style>
span { border-color: #BBEDD2; }
span { border-color: rgb(187,237,210); }
td.TdClassName
{
border-color: #BBEDD2;
}
.TagClassName
{
border-color: #BBEDD2;
}
</style>