Shades of Aero Blue #BBEDCE
Tints of Aero Blue #BBEDCE
RGB
CMYK
RGB Variations
Color information
#BBEDCE (or 0xBBEDCE) is known color: Aero Blue. HEX triplet: BB, ED and CE. RGB value is (187,237,206). Sum of RGB (Red+Green+Blue) = 187+237+206=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCE is #441231. Grayscale: #DADADA. Windows color (decimal): -4461106 or 13561275. OLE color: 13561275.
HSL color Cylindrical-coordinate representation of color #BBEDCE: hue angle of 142.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDCE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 206 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 142.8º | 0.58% | 0.83% | - |
| HSV(B) | 142.8º | 0.21% | 0.93% | - |
| XYZ | 61.92 | 75.59 | 69.72 | - |
| YUV | 218.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 206 | 0.21 | 0 | 0.13 | 0.07 | 142.8 | 0.58 | 0.83 |
| Hex | BB | ED | CE | 15 | 0 | D | 7 | 8F | 3A | 53 |
| Octal | 273 | 355 | 316 | 25 | 0 | 15 | 7 | 217 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11001110 | 10101 | 0 | 1101 | 111 | 10001111 | 111010 | 1010011 |
Color Harmonies of #BBEDCE
Complementary color
Monochromatic Colors of #BBEDCE
Black with #BBEDCE
Text Example
Text Example
White with #BBEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDCE; }
p { color: rgb(187,237,206); }
H1.HeaderClassName
{
color: #BBEDCE;
}
.AnyTagClassName
{
color: #BBEDCE;
}
</style>
background-color css
<style>
a { background-color: #BBEDCE; }
a { background-color: rgb(187,237,206); }
div.DivClassName
{
background-color: #BBEDCE;
}
.BgClassName
{
background-color: #BBEDCE;
}
</style>
border-color css
<style>
span { border-color: #BBEDCE; }
span { border-color: rgb(187,237,206); }
td.TdClassName
{
border-color: #BBEDCE;
}
.TagClassName
{
border-color: #BBEDCE;
}
</style>