Shades of Aero Blue #BBEECF
Tints of Aero Blue #BBEECF
RGB
CMYK
RGB Variations
Color information
#BBEECF (or 0xBBEECF) is known color: Aero Blue. HEX triplet: BB, EE and CF. RGB value is (187,238,207). Sum of RGB (Red+Green+Blue) = 187+238+207=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEECF is #441130. Grayscale: #DBDBDB. Windows color (decimal): -4460849 or 13627067. OLE color: 13627067.
HSL color Cylindrical-coordinate representation of color #BBEECF: hue angle of 143.53º degrees, saturation: 0.6, 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 #BBEECF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 207 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 143.53º | 0.6% | 0.83% | - |
| HSV(B) | 143.53º | 0.21% | 0.93% | - |
| XYZ | 62.33 | 76.22 | 70.46 | - |
| YUV | 219.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 207 | 0.21 | 0 | 0.13 | 0.07 | 143.53 | 0.6 | 0.83 |
| Hex | BB | EE | CF | 15 | 0 | D | 7 | 90 | 3C | 53 |
| Octal | 273 | 356 | 317 | 25 | 0 | 15 | 7 | 220 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11001111 | 10101 | 0 | 1101 | 111 | 10010000 | 111100 | 1010011 |
Color Harmonies of #BBEECF
Complementary color
Monochromatic Colors of #BBEECF
Black with #BBEECF
Text Example
Text Example
White with #BBEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEECF; }
p { color: rgb(187,238,207); }
H1.HeaderClassName
{
color: #BBEECF;
}
.AnyTagClassName
{
color: #BBEECF;
}
</style>
background-color css
<style>
a { background-color: #BBEECF; }
a { background-color: rgb(187,238,207); }
div.DivClassName
{
background-color: #BBEECF;
}
.BgClassName
{
background-color: #BBEECF;
}
</style>
border-color css
<style>
span { border-color: #BBEECF; }
span { border-color: rgb(187,238,207); }
td.TdClassName
{
border-color: #BBEECF;
}
.TagClassName
{
border-color: #BBEECF;
}
</style>