Shades of Aero Blue #BBEDD5
Tints of Aero Blue #BBEDD5
RGB
CMYK
RGB Variations
Color information
#BBEDD5 (or 0xBBEDD5) is known color: Aero Blue. HEX triplet: BB, ED and D5. RGB value is (187,237,213). Sum of RGB (Red+Green+Blue) = 187+237+213=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD5 is #44122A. Grayscale: #DBDBDB. Windows color (decimal): -4461099 or 14020027. OLE color: 14020027.
HSL color Cylindrical-coordinate representation of color #BBEDD5: hue angle of 151.2º 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 #BBEDD5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 213 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.07 |
| HSL | 151.2º | 0.58% | 0.83% | - |
| HSV(B) | 151.2º | 0.21% | 0.93% | - |
| XYZ | 62.79 | 75.94 | 74.3 | - |
| YUV | 219.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 213 | 0.21 | 0 | 0.10 | 0.07 | 151.2 | 0.58 | 0.83 |
| Hex | BB | ED | D5 | 15 | 0 | A | 7 | 97 | 3A | 53 |
| Octal | 273 | 355 | 325 | 25 | 0 | 12 | 7 | 227 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11010101 | 10101 | 0 | 1010 | 111 | 10010111 | 111010 | 1010011 |
Color Harmonies of #BBEDD5
Complementary color
Monochromatic Colors of #BBEDD5
Black with #BBEDD5
Text Example
Text Example
White with #BBEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDD5; }
p { color: rgb(187,237,213); }
H1.HeaderClassName
{
color: #BBEDD5;
}
.AnyTagClassName
{
color: #BBEDD5;
}
</style>
background-color css
<style>
a { background-color: #BBEDD5; }
a { background-color: rgb(187,237,213); }
div.DivClassName
{
background-color: #BBEDD5;
}
.BgClassName
{
background-color: #BBEDD5;
}
</style>
border-color css
<style>
span { border-color: #BBEDD5; }
span { border-color: rgb(187,237,213); }
td.TdClassName
{
border-color: #BBEDD5;
}
.TagClassName
{
border-color: #BBEDD5;
}
</style>