Shades of Aero Blue #BBECD5
Tints of Aero Blue #BBECD5
RGB
CMYK
RGB Variations
Color information
#BBECD5 (or 0xBBECD5) is known color: Aero Blue. HEX triplet: BB, EC and D5. RGB value is (187,236,213). Sum of RGB (Red+Green+Blue) = 187+236+213=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD5 is #44132A. Grayscale: #DADADA. Windows color (decimal): -4461355 or 14019771. OLE color: 14019771.
HSL color Cylindrical-coordinate representation of color #BBECD5: hue angle of 151.84º degrees, saturation: 0.56, 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 #BBECD5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 213 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.07 |
| HSL | 151.84º | 0.56% | 0.83% | - |
| HSV(B) | 151.84º | 0.21% | 0.93% | - |
| XYZ | 62.5 | 75.36 | 74.2 | - |
| YUV | 218.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 213 | 0.21 | 0 | 0.10 | 0.07 | 151.84 | 0.56 | 0.83 |
| Hex | BB | EC | D5 | 15 | 0 | A | 7 | 98 | 38 | 53 |
| Octal | 273 | 354 | 325 | 25 | 0 | 12 | 7 | 230 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11010101 | 10101 | 0 | 1010 | 111 | 10011000 | 111000 | 1010011 |
Color Harmonies of #BBECD5
Complementary color
Monochromatic Colors of #BBECD5
Black with #BBECD5
Text Example
Text Example
White with #BBECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECD5; }
p { color: rgb(187,236,213); }
H1.HeaderClassName
{
color: #BBECD5;
}
.AnyTagClassName
{
color: #BBECD5;
}
</style>
background-color css
<style>
a { background-color: #BBECD5; }
a { background-color: rgb(187,236,213); }
div.DivClassName
{
background-color: #BBECD5;
}
.BgClassName
{
background-color: #BBECD5;
}
</style>
border-color css
<style>
span { border-color: #BBECD5; }
span { border-color: rgb(187,236,213); }
td.TdClassName
{
border-color: #BBECD5;
}
.TagClassName
{
border-color: #BBECD5;
}
</style>