Shades of Aero Blue #BBEBD7
Tints of Aero Blue #BBEBD7
RGB
CMYK
RGB Variations
Color information
#BBEBD7 (or 0xBBEBD7) is known color: Aero Blue. HEX triplet: BB, EB and D7. RGB value is (187,235,215). Sum of RGB (Red+Green+Blue) = 187+235+215=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD7 is #441428. Grayscale: #DADADA. Windows color (decimal): -4461609 or 14150587. OLE color: 14150587.
HSL color Cylindrical-coordinate representation of color #BBEBD7: hue angle of 155º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBD7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 215 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.08 |
| HSL | 155º | 0.55% | 0.83% | - |
| HSV(B) | 155º | 0.2% | 0.92% | - |
| XYZ | 62.47 | 74.89 | 75.45 | - |
| YUV | 218.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 215 | 0.20 | 0 | 0.09 | 0.08 | 155 | 0.55 | 0.83 |
| Hex | BB | EB | D7 | 14 | 0 | 9 | 8 | 9B | 37 | 53 |
| Octal | 273 | 353 | 327 | 24 | 0 | 11 | 10 | 233 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11010111 | 10100 | 0 | 1001 | 1000 | 10011011 | 110111 | 1010011 |
Color Harmonies of #BBEBD7
Complementary color
Monochromatic Colors of #BBEBD7
Black with #BBEBD7
Text Example
Text Example
White with #BBEBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBD7; }
p { color: rgb(187,235,215); }
H1.HeaderClassName
{
color: #BBEBD7;
}
.AnyTagClassName
{
color: #BBEBD7;
}
</style>
background-color css
<style>
a { background-color: #BBEBD7; }
a { background-color: rgb(187,235,215); }
div.DivClassName
{
background-color: #BBEBD7;
}
.BgClassName
{
background-color: #BBEBD7;
}
</style>
border-color css
<style>
span { border-color: #BBEBD7; }
span { border-color: rgb(187,235,215); }
td.TdClassName
{
border-color: #BBEBD7;
}
.TagClassName
{
border-color: #BBEBD7;
}
</style>