Shades of Aero Blue #BBEBCE
Tints of Aero Blue #BBEBCE
RGB
CMYK
RGB Variations
Color information
#BBEBCE (or 0xBBEBCE) is known color: Aero Blue. HEX triplet: BB, EB and CE. RGB value is (187,235,206). Sum of RGB (Red+Green+Blue) = 187+235+206=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCE is #441431. Grayscale: #D9D9D9. Windows color (decimal): -4461618 or 13560763. OLE color: 13560763.
HSL color Cylindrical-coordinate representation of color #BBEBCE: hue angle of 143.75º 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 #BBEBCE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 206 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.08 |
| HSL | 143.75º | 0.55% | 0.83% | - |
| HSV(B) | 143.75º | 0.2% | 0.92% | - |
| XYZ | 61.34 | 74.44 | 69.53 | - |
| YUV | 217.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 206 | 0.20 | 0 | 0.12 | 0.08 | 143.75 | 0.55 | 0.83 |
| Hex | BB | EB | CE | 14 | 0 | C | 8 | 90 | 37 | 53 |
| Octal | 273 | 353 | 316 | 24 | 0 | 14 | 10 | 220 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11001110 | 10100 | 0 | 1100 | 1000 | 10010000 | 110111 | 1010011 |
Color Harmonies of #BBEBCE
Complementary color
Monochromatic Colors of #BBEBCE
Black with #BBEBCE
Text Example
Text Example
White with #BBEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBCE; }
p { color: rgb(187,235,206); }
H1.HeaderClassName
{
color: #BBEBCE;
}
.AnyTagClassName
{
color: #BBEBCE;
}
</style>
background-color css
<style>
a { background-color: #BBEBCE; }
a { background-color: rgb(187,235,206); }
div.DivClassName
{
background-color: #BBEBCE;
}
.BgClassName
{
background-color: #BBEBCE;
}
</style>
border-color css
<style>
span { border-color: #BBEBCE; }
span { border-color: rgb(187,235,206); }
td.TdClassName
{
border-color: #BBEBCE;
}
.TagClassName
{
border-color: #BBEBCE;
}
</style>