Shades of Aero Blue #BBEFD5
Tints of Aero Blue #BBEFD5
RGB
CMYK
RGB Variations
Color information
#BBEFD5 (or 0xBBEFD5) is known color: Aero Blue. HEX triplet: BB, EF and D5. RGB value is (187,239,213). Sum of RGB (Red+Green+Blue) = 187+239+213=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD5 is #44102A. Grayscale: #DCDCDC. Windows color (decimal): -4460587 or 14020539. OLE color: 14020539.
HSL color Cylindrical-coordinate representation of color #BBEFD5: hue angle of 150º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFD5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 213 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.06 |
| HSL | 150º | 0.62% | 0.84% | - |
| HSV(B) | 150º | 0.22% | 0.94% | - |
| XYZ | 63.37 | 77.1 | 74.49 | - |
| YUV | 220.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 213 | 0.22 | 0 | 0.11 | 0.06 | 150 | 0.62 | 0.84 |
| Hex | BB | EF | D5 | 16 | 0 | B | 6 | 96 | 3E | 54 |
| Octal | 273 | 357 | 325 | 26 | 0 | 13 | 6 | 226 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11010101 | 10110 | 0 | 1011 | 110 | 10010110 | 111110 | 1010100 |
Color Harmonies of #BBEFD5
Complementary color
Monochromatic Colors of #BBEFD5
Black with #BBEFD5
Text Example
Text Example
White with #BBEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFD5; }
p { color: rgb(187,239,213); }
H1.HeaderClassName
{
color: #BBEFD5;
}
.AnyTagClassName
{
color: #BBEFD5;
}
</style>
background-color css
<style>
a { background-color: #BBEFD5; }
a { background-color: rgb(187,239,213); }
div.DivClassName
{
background-color: #BBEFD5;
}
.BgClassName
{
background-color: #BBEFD5;
}
</style>
border-color css
<style>
span { border-color: #BBEFD5; }
span { border-color: rgb(187,239,213); }
td.TdClassName
{
border-color: #BBEFD5;
}
.TagClassName
{
border-color: #BBEFD5;
}
</style>