Shades of Aero Blue #BBE4CB
Tints of Aero Blue #BBE4CB
RGB
CMYK
RGB Variations
Color information
#BBE4CB (or 0xBBE4CB) is known color: Aero Blue. HEX triplet: BB, E4 and CB. RGB value is (187,228,203). Sum of RGB (Red+Green+Blue) = 187+228+203=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4CB is #441B34. Grayscale: #D4D4D4. Windows color (decimal): -4463413 or 13362363. OLE color: 13362363.
HSL color Cylindrical-coordinate representation of color #BBE4CB: hue angle of 143.41º degrees, saturation: 0.43, 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 #BBE4CB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 203 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.11 |
| HSL | 143.41º | 0.43% | 0.81% | - |
| HSV(B) | 143.41º | 0.18% | 0.89% | - |
| XYZ | 59.02 | 70.36 | 66.97 | - |
| YUV | 212.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 203 | 0.18 | 0 | 0.11 | 0.11 | 143.41 | 0.43 | 0.81 |
| Hex | BB | E4 | CB | 12 | 0 | B | B | 8F | 2B | 51 |
| Octal | 273 | 344 | 313 | 22 | 0 | 13 | 13 | 217 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11001011 | 10010 | 0 | 1011 | 1011 | 10001111 | 101011 | 1010001 |
Color Harmonies of #BBE4CB
Complementary color
Monochromatic Colors of #BBE4CB
Black with #BBE4CB
Text Example
Text Example
White with #BBE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4CB; }
p { color: rgb(187,228,203); }
H1.HeaderClassName
{
color: #BBE4CB;
}
.AnyTagClassName
{
color: #BBE4CB;
}
</style>
background-color css
<style>
a { background-color: #BBE4CB; }
a { background-color: rgb(187,228,203); }
div.DivClassName
{
background-color: #BBE4CB;
}
.BgClassName
{
background-color: #BBE4CB;
}
</style>
border-color css
<style>
span { border-color: #BBE4CB; }
span { border-color: rgb(187,228,203); }
td.TdClassName
{
border-color: #BBE4CB;
}
.TagClassName
{
border-color: #BBE4CB;
}
</style>