Shades of Aero Blue #BBECD6
Tints of Aero Blue #BBECD6
RGB
CMYK
RGB Variations
Color information
#BBECD6 (or 0xBBECD6) is known color: Aero Blue. HEX triplet: BB, EC and D6. RGB value is (187,236,214). Sum of RGB (Red+Green+Blue) = 187+236+214=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD6 is #441329. Grayscale: #DADADA. Windows color (decimal): -4461354 or 14085307. OLE color: 14085307.
HSL color Cylindrical-coordinate representation of color #BBECD6: hue angle of 153.06º 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 #BBECD6 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 214 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.07 |
| HSL | 153.06º | 0.56% | 0.83% | - |
| HSV(B) | 153.06º | 0.21% | 0.93% | - |
| XYZ | 62.63 | 75.41 | 74.87 | - |
| YUV | 218.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 214 | 0.21 | 0 | 0.09 | 0.07 | 153.06 | 0.56 | 0.83 |
| Hex | BB | EC | D6 | 15 | 0 | 9 | 7 | 99 | 38 | 53 |
| Octal | 273 | 354 | 326 | 25 | 0 | 11 | 7 | 231 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11010110 | 10101 | 0 | 1001 | 111 | 10011001 | 111000 | 1010011 |
Color Harmonies of #BBECD6
Complementary color
Monochromatic Colors of #BBECD6
Black with #BBECD6
Text Example
Text Example
White with #BBECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECD6; }
p { color: rgb(187,236,214); }
H1.HeaderClassName
{
color: #BBECD6;
}
.AnyTagClassName
{
color: #BBECD6;
}
</style>
background-color css
<style>
a { background-color: #BBECD6; }
a { background-color: rgb(187,236,214); }
div.DivClassName
{
background-color: #BBECD6;
}
.BgClassName
{
background-color: #BBECD6;
}
</style>
border-color css
<style>
span { border-color: #BBECD6; }
span { border-color: rgb(187,236,214); }
td.TdClassName
{
border-color: #BBECD6;
}
.TagClassName
{
border-color: #BBECD6;
}
</style>