Shades of Aero Blue #BBE5CC
Tints of Aero Blue #BBE5CC
RGB
CMYK
RGB Variations
Color information
#BBE5CC (or 0xBBE5CC) is known color: Aero Blue. HEX triplet: BB, E5 and CC. RGB value is (187,229,204). Sum of RGB (Red+Green+Blue) = 187+229+204=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5CC is #441A33. Grayscale: #D5D5D5. Windows color (decimal): -4463156 or 13428155. OLE color: 13428155.
HSL color Cylindrical-coordinate representation of color #BBE5CC: hue angle of 144.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5CC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 204 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.10 |
| HSL | 144.29º | 0.45% | 0.82% | - |
| HSV(B) | 144.29º | 0.18% | 0.9% | - |
| XYZ | 59.41 | 70.96 | 67.69 | - |
| YUV | 213.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 204 | 0.18 | 0 | 0.11 | 0.10 | 144.29 | 0.45 | 0.82 |
| Hex | BB | E5 | CC | 12 | 0 | B | A | 90 | 2D | 52 |
| Octal | 273 | 345 | 314 | 22 | 0 | 13 | 12 | 220 | 55 | 122 |
| Binary | 10111011 | 11100101 | 11001100 | 10010 | 0 | 1011 | 1010 | 10010000 | 101101 | 1010010 |
Color Harmonies of #BBE5CC
Complementary color
Monochromatic Colors of #BBE5CC
Black with #BBE5CC
Text Example
Text Example
White with #BBE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5CC; }
p { color: rgb(187,229,204); }
H1.HeaderClassName
{
color: #BBE5CC;
}
.AnyTagClassName
{
color: #BBE5CC;
}
</style>
background-color css
<style>
a { background-color: #BBE5CC; }
a { background-color: rgb(187,229,204); }
div.DivClassName
{
background-color: #BBE5CC;
}
.BgClassName
{
background-color: #BBE5CC;
}
</style>
border-color css
<style>
span { border-color: #BBE5CC; }
span { border-color: rgb(187,229,204); }
td.TdClassName
{
border-color: #BBE5CC;
}
.TagClassName
{
border-color: #BBE5CC;
}
</style>