Shades of Aero Blue #BBE4CD
Tints of Aero Blue #BBE4CD
RGB
CMYK
RGB Variations
Color information
#BBE4CD (or 0xBBE4CD) is known color: Aero Blue. HEX triplet: BB, E4 and CD. RGB value is (187,228,205). Sum of RGB (Red+Green+Blue) = 187+228+205=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4CD is #441B32. Grayscale: #D5D5D5. Windows color (decimal): -4463411 or 13493435. OLE color: 13493435.
HSL color Cylindrical-coordinate representation of color #BBE4CD: hue angle of 146.34º 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 #BBE4CD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 205 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.11 |
| HSL | 146.34º | 0.43% | 0.81% | - |
| HSV(B) | 146.34º | 0.18% | 0.89% | - |
| XYZ | 59.26 | 70.46 | 68.23 | - |
| YUV | 213.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 205 | 0.18 | 0 | 0.10 | 0.11 | 146.34 | 0.43 | 0.81 |
| Hex | BB | E4 | CD | 12 | 0 | A | B | 92 | 2B | 51 |
| Octal | 273 | 344 | 315 | 22 | 0 | 12 | 13 | 222 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11001101 | 10010 | 0 | 1010 | 1011 | 10010010 | 101011 | 1010001 |
Color Harmonies of #BBE4CD
Complementary color
Monochromatic Colors of #BBE4CD
Black with #BBE4CD
Text Example
Text Example
White with #BBE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4CD; }
p { color: rgb(187,228,205); }
H1.HeaderClassName
{
color: #BBE4CD;
}
.AnyTagClassName
{
color: #BBE4CD;
}
</style>
background-color css
<style>
a { background-color: #BBE4CD; }
a { background-color: rgb(187,228,205); }
div.DivClassName
{
background-color: #BBE4CD;
}
.BgClassName
{
background-color: #BBE4CD;
}
</style>
border-color css
<style>
span { border-color: #BBE4CD; }
span { border-color: rgb(187,228,205); }
td.TdClassName
{
border-color: #BBE4CD;
}
.TagClassName
{
border-color: #BBE4CD;
}
</style>