Shades of Aero Blue #BBEAD0
Tints of Aero Blue #BBEAD0
RGB
CMYK
RGB Variations
Color information
#BBEAD0 (or 0xBBEAD0) is known color: Aero Blue. HEX triplet: BB, EA and D0. RGB value is (187,234,208). Sum of RGB (Red+Green+Blue) = 187+234+208=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD0 is #44152F. Grayscale: #D9D9D9. Windows color (decimal): -4461872 or 13691579. OLE color: 13691579.
HSL color Cylindrical-coordinate representation of color #BBEAD0: hue angle of 146.81º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAD0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 208 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.08 |
| HSL | 146.81º | 0.53% | 0.83% | - |
| HSV(B) | 146.81º | 0.2% | 0.92% | - |
| XYZ | 61.3 | 73.96 | 70.72 | - |
| YUV | 216.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 208 | 0.20 | 0 | 0.11 | 0.08 | 146.81 | 0.53 | 0.83 |
| Hex | BB | EA | D0 | 14 | 0 | B | 8 | 93 | 35 | 53 |
| Octal | 273 | 352 | 320 | 24 | 0 | 13 | 10 | 223 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11010000 | 10100 | 0 | 1011 | 1000 | 10010011 | 110101 | 1010011 |
Color Harmonies of #BBEAD0
Complementary color
Monochromatic Colors of #BBEAD0
Black with #BBEAD0
Text Example
Text Example
White with #BBEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAD0; }
p { color: rgb(187,234,208); }
H1.HeaderClassName
{
color: #BBEAD0;
}
.AnyTagClassName
{
color: #BBEAD0;
}
</style>
background-color css
<style>
a { background-color: #BBEAD0; }
a { background-color: rgb(187,234,208); }
div.DivClassName
{
background-color: #BBEAD0;
}
.BgClassName
{
background-color: #BBEAD0;
}
</style>
border-color css
<style>
span { border-color: #BBEAD0; }
span { border-color: rgb(187,234,208); }
td.TdClassName
{
border-color: #BBEAD0;
}
.TagClassName
{
border-color: #BBEAD0;
}
</style>