Shades of Aero Blue #BBEBCF
Tints of Aero Blue #BBEBCF
RGB
CMYK
RGB Variations
Color information
#BBEBCF (or 0xBBEBCF) is known color: Aero Blue. HEX triplet: BB, EB and CF. RGB value is (187,235,207). Sum of RGB (Red+Green+Blue) = 187+235+207=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCF is #441430. Grayscale: #D9D9D9. Windows color (decimal): -4461617 or 13626299. OLE color: 13626299.
HSL color Cylindrical-coordinate representation of color #BBEBCF: hue angle of 145º 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 #BBEBCF is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 207 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.08 |
| HSL | 145º | 0.55% | 0.83% | - |
| HSV(B) | 145º | 0.2% | 0.92% | - |
| XYZ | 61.46 | 74.49 | 70.17 | - |
| YUV | 217.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 207 | 0.20 | 0 | 0.12 | 0.08 | 145 | 0.55 | 0.83 |
| Hex | BB | EB | CF | 14 | 0 | C | 8 | 91 | 37 | 53 |
| Octal | 273 | 353 | 317 | 24 | 0 | 14 | 10 | 221 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11001111 | 10100 | 0 | 1100 | 1000 | 10010001 | 110111 | 1010011 |
Color Harmonies of #BBEBCF
Complementary color
Monochromatic Colors of #BBEBCF
Black with #BBEBCF
Text Example
Text Example
White with #BBEBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBCF; }
p { color: rgb(187,235,207); }
H1.HeaderClassName
{
color: #BBEBCF;
}
.AnyTagClassName
{
color: #BBEBCF;
}
</style>
background-color css
<style>
a { background-color: #BBEBCF; }
a { background-color: rgb(187,235,207); }
div.DivClassName
{
background-color: #BBEBCF;
}
.BgClassName
{
background-color: #BBEBCF;
}
</style>
border-color css
<style>
span { border-color: #BBEBCF; }
span { border-color: rgb(187,235,207); }
td.TdClassName
{
border-color: #BBEBCF;
}
.TagClassName
{
border-color: #BBEBCF;
}
</style>