Shades of Aero Blue #BBEECE
Tints of Aero Blue #BBEECE
RGB
CMYK
RGB Variations
Color information
#BBEECE (or 0xBBEECE) is known color: Aero Blue. HEX triplet: BB, EE and CE. RGB value is (187,238,206). Sum of RGB (Red+Green+Blue) = 187+238+206=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEECE is #441131. Grayscale: #DBDBDB. Windows color (decimal): -4460850 or 13561531. OLE color: 13561531.
HSL color Cylindrical-coordinate representation of color #BBEECE: hue angle of 142.35º 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 #BBEECE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 206 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 142.35º | 0.6% | 0.83% | - |
| HSV(B) | 142.35º | 0.21% | 0.93% | - |
| XYZ | 62.21 | 76.17 | 69.82 | - |
| YUV | 219.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 206 | 0.21 | 0 | 0.13 | 0.07 | 142.35 | 0.6 | 0.83 |
| Hex | BB | EE | CE | 15 | 0 | D | 7 | 8E | 3C | 53 |
| Octal | 273 | 356 | 316 | 25 | 0 | 15 | 7 | 216 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11001110 | 10101 | 0 | 1101 | 111 | 10001110 | 111100 | 1010011 |
Color Harmonies of #BBEECE
Complementary color
Monochromatic Colors of #BBEECE
Black with #BBEECE
Text Example
Text Example
White with #BBEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEECE; }
p { color: rgb(187,238,206); }
H1.HeaderClassName
{
color: #BBEECE;
}
.AnyTagClassName
{
color: #BBEECE;
}
</style>
background-color css
<style>
a { background-color: #BBEECE; }
a { background-color: rgb(187,238,206); }
div.DivClassName
{
background-color: #BBEECE;
}
.BgClassName
{
background-color: #BBEECE;
}
</style>
border-color css
<style>
span { border-color: #BBEECE; }
span { border-color: rgb(187,238,206); }
td.TdClassName
{
border-color: #BBEECE;
}
.TagClassName
{
border-color: #BBEECE;
}
</style>