Shades of Aero Blue #BBECD3
Tints of Aero Blue #BBECD3
RGB
CMYK
RGB Variations
Color information
#BBECD3 (or 0xBBECD3) is known color: Aero Blue. HEX triplet: BB, EC and D3. RGB value is (187,236,211). Sum of RGB (Red+Green+Blue) = 187+236+211=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD3 is #44132C. Grayscale: #DADADA. Windows color (decimal): -4461357 or 13888699. OLE color: 13888699.
HSL color Cylindrical-coordinate representation of color #BBECD3: hue angle of 149.39º 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 #BBECD3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 211 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.07 |
| HSL | 149.39º | 0.56% | 0.83% | - |
| HSV(B) | 149.39º | 0.21% | 0.93% | - |
| XYZ | 62.25 | 75.26 | 72.87 | - |
| YUV | 218.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 211 | 0.21 | 0 | 0.11 | 0.07 | 149.39 | 0.56 | 0.83 |
| Hex | BB | EC | D3 | 15 | 0 | B | 7 | 95 | 38 | 53 |
| Octal | 273 | 354 | 323 | 25 | 0 | 13 | 7 | 225 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11010011 | 10101 | 0 | 1011 | 111 | 10010101 | 111000 | 1010011 |
Color Harmonies of #BBECD3
Complementary color
Monochromatic Colors of #BBECD3
Black with #BBECD3
Text Example
Text Example
White with #BBECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECD3; }
p { color: rgb(187,236,211); }
H1.HeaderClassName
{
color: #BBECD3;
}
.AnyTagClassName
{
color: #BBECD3;
}
</style>
background-color css
<style>
a { background-color: #BBECD3; }
a { background-color: rgb(187,236,211); }
div.DivClassName
{
background-color: #BBECD3;
}
.BgClassName
{
background-color: #BBECD3;
}
</style>
border-color css
<style>
span { border-color: #BBECD3; }
span { border-color: rgb(187,236,211); }
td.TdClassName
{
border-color: #BBECD3;
}
.TagClassName
{
border-color: #BBECD3;
}
</style>