Shades of Aero Blue #BBE3CC
Tints of Aero Blue #BBE3CC
RGB
CMYK
RGB Variations
Color information
#BBE3CC (or 0xBBE3CC) is known color: Aero Blue. HEX triplet: BB, E3 and CC. RGB value is (187,227,204). Sum of RGB (Red+Green+Blue) = 187+227+204=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3CC is #441C33. Grayscale: #D4D4D4. Windows color (decimal): -4463668 or 13427643. OLE color: 13427643.
HSL color Cylindrical-coordinate representation of color #BBE3CC: hue angle of 145.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3CC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 204 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.11 |
| HSL | 145.5º | 0.42% | 0.81% | - |
| HSV(B) | 145.5º | 0.18% | 0.89% | - |
| XYZ | 58.86 | 69.86 | 67.51 | - |
| YUV | 212.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 204 | 0.18 | 0 | 0.10 | 0.11 | 145.5 | 0.42 | 0.81 |
| Hex | BB | E3 | CC | 12 | 0 | A | B | 92 | 2A | 51 |
| Octal | 273 | 343 | 314 | 22 | 0 | 12 | 13 | 222 | 52 | 121 |
| Binary | 10111011 | 11100011 | 11001100 | 10010 | 0 | 1010 | 1011 | 10010010 | 101010 | 1010001 |
Color Harmonies of #BBE3CC
Complementary color
Monochromatic Colors of #BBE3CC
Black with #BBE3CC
Text Example
Text Example
White with #BBE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3CC; }
p { color: rgb(187,227,204); }
H1.HeaderClassName
{
color: #BBE3CC;
}
.AnyTagClassName
{
color: #BBE3CC;
}
</style>
background-color css
<style>
a { background-color: #BBE3CC; }
a { background-color: rgb(187,227,204); }
div.DivClassName
{
background-color: #BBE3CC;
}
.BgClassName
{
background-color: #BBE3CC;
}
</style>
border-color css
<style>
span { border-color: #BBE3CC; }
span { border-color: rgb(187,227,204); }
td.TdClassName
{
border-color: #BBE3CC;
}
.TagClassName
{
border-color: #BBE3CC;
}
</style>