Shades of Aero Blue #BBEFD0
Tints of Aero Blue #BBEFD0
RGB
CMYK
RGB Variations
Color information
#BBEFD0 (or 0xBBEFD0) is known color: Aero Blue. HEX triplet: BB, EF and D0. RGB value is (187,239,208). Sum of RGB (Red+Green+Blue) = 187+239+208=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD0 is #44102F. Grayscale: #DBDBDB. Windows color (decimal): -4460592 or 13692859. OLE color: 13692859.
HSL color Cylindrical-coordinate representation of color #BBEFD0: hue angle of 144.23º 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 #BBEFD0 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 208 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.06 |
| HSL | 144.23º | 0.62% | 0.84% | - |
| HSV(B) | 144.23º | 0.22% | 0.94% | - |
| XYZ | 62.75 | 76.85 | 71.2 | - |
| YUV | 219.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 208 | 0.22 | 0 | 0.13 | 0.06 | 144.23 | 0.62 | 0.84 |
| Hex | BB | EF | D0 | 16 | 0 | D | 6 | 90 | 3E | 54 |
| Octal | 273 | 357 | 320 | 26 | 0 | 15 | 6 | 220 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11010000 | 10110 | 0 | 1101 | 110 | 10010000 | 111110 | 1010100 |
Color Harmonies of #BBEFD0
Complementary color
Monochromatic Colors of #BBEFD0
Black with #BBEFD0
Text Example
Text Example
White with #BBEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFD0; }
p { color: rgb(187,239,208); }
H1.HeaderClassName
{
color: #BBEFD0;
}
.AnyTagClassName
{
color: #BBEFD0;
}
</style>
background-color css
<style>
a { background-color: #BBEFD0; }
a { background-color: rgb(187,239,208); }
div.DivClassName
{
background-color: #BBEFD0;
}
.BgClassName
{
background-color: #BBEFD0;
}
</style>
border-color css
<style>
span { border-color: #BBEFD0; }
span { border-color: rgb(187,239,208); }
td.TdClassName
{
border-color: #BBEFD0;
}
.TagClassName
{
border-color: #BBEFD0;
}
</style>