Shades of Aero Blue #BBE7CD
Tints of Aero Blue #BBE7CD
RGB
CMYK
RGB Variations
Color information
#BBE7CD (or 0xBBE7CD) is known color: Aero Blue. HEX triplet: BB, E7 and CD. RGB value is (187,231,205). Sum of RGB (Red+Green+Blue) = 187+231+205=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CD is #441832. Grayscale: #D6D6D6. Windows color (decimal): -4462643 or 13494203. OLE color: 13494203.
HSL color Cylindrical-coordinate representation of color #BBE7CD: hue angle of 144.55º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7CD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 205 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.09 |
| HSL | 144.55º | 0.48% | 0.82% | - |
| HSV(B) | 144.55º | 0.19% | 0.91% | - |
| XYZ | 60.09 | 72.12 | 68.51 | - |
| YUV | 214.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 205 | 0.19 | 0 | 0.11 | 0.09 | 144.55 | 0.48 | 0.82 |
| Hex | BB | E7 | CD | 13 | 0 | B | 9 | 91 | 30 | 52 |
| Octal | 273 | 347 | 315 | 23 | 0 | 13 | 11 | 221 | 60 | 122 |
| Binary | 10111011 | 11100111 | 11001101 | 10011 | 0 | 1011 | 1001 | 10010001 | 110000 | 1010010 |
Color Harmonies of #BBE7CD
Complementary color
Monochromatic Colors of #BBE7CD
Black with #BBE7CD
Text Example
Text Example
White with #BBE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7CD; }
p { color: rgb(187,231,205); }
H1.HeaderClassName
{
color: #BBE7CD;
}
.AnyTagClassName
{
color: #BBE7CD;
}
</style>
background-color css
<style>
a { background-color: #BBE7CD; }
a { background-color: rgb(187,231,205); }
div.DivClassName
{
background-color: #BBE7CD;
}
.BgClassName
{
background-color: #BBE7CD;
}
</style>
border-color css
<style>
span { border-color: #BBE7CD; }
span { border-color: rgb(187,231,205); }
td.TdClassName
{
border-color: #BBE7CD;
}
.TagClassName
{
border-color: #BBE7CD;
}
</style>