Shades of Aero Blue #BBECCF
Tints of Aero Blue #BBECCF
RGB
CMYK
RGB Variations
Color information
#BBECCF (or 0xBBECCF) is known color: Aero Blue. HEX triplet: BB, EC and CF. RGB value is (187,236,207). Sum of RGB (Red+Green+Blue) = 187+236+207=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECCF is #441330. Grayscale: #DADADA. Windows color (decimal): -4461361 or 13626555. OLE color: 13626555.
HSL color Cylindrical-coordinate representation of color #BBECCF: hue angle of 144.49º 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 #BBECCF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 207 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.07 |
| HSL | 144.49º | 0.56% | 0.83% | - |
| HSV(B) | 144.49º | 0.21% | 0.93% | - |
| XYZ | 61.75 | 75.06 | 70.27 | - |
| YUV | 218.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 207 | 0.21 | 0 | 0.12 | 0.07 | 144.49 | 0.56 | 0.83 |
| Hex | BB | EC | CF | 15 | 0 | C | 7 | 90 | 38 | 53 |
| Octal | 273 | 354 | 317 | 25 | 0 | 14 | 7 | 220 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11001111 | 10101 | 0 | 1100 | 111 | 10010000 | 111000 | 1010011 |
Color Harmonies of #BBECCF
Complementary color
Monochromatic Colors of #BBECCF
Black with #BBECCF
Text Example
Text Example
White with #BBECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECCF; }
p { color: rgb(187,236,207); }
H1.HeaderClassName
{
color: #BBECCF;
}
.AnyTagClassName
{
color: #BBECCF;
}
</style>
background-color css
<style>
a { background-color: #BBECCF; }
a { background-color: rgb(187,236,207); }
div.DivClassName
{
background-color: #BBECCF;
}
.BgClassName
{
background-color: #BBECCF;
}
</style>
border-color css
<style>
span { border-color: #BBECCF; }
span { border-color: rgb(187,236,207); }
td.TdClassName
{
border-color: #BBECCF;
}
.TagClassName
{
border-color: #BBECCF;
}
</style>