Shades of Aero Blue #BBEFD4
Tints of Aero Blue #BBEFD4
RGB
CMYK
RGB Variations
Color information
#BBEFD4 (or 0xBBEFD4) is known color: Aero Blue. HEX triplet: BB, EF and D4. RGB value is (187,239,212). Sum of RGB (Red+Green+Blue) = 187+239+212=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD4 is #44102B. Grayscale: #DCDCDC. Windows color (decimal): -4460588 or 13955003. OLE color: 13955003.
HSL color Cylindrical-coordinate representation of color #BBEFD4: hue angle of 148.85º 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 #BBEFD4 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 212 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.06 |
| HSL | 148.85º | 0.62% | 0.84% | - |
| HSV(B) | 148.85º | 0.22% | 0.94% | - |
| XYZ | 63.24 | 77.05 | 73.83 | - |
| YUV | 220.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 212 | 0.22 | 0 | 0.11 | 0.06 | 148.85 | 0.62 | 0.84 |
| Hex | BB | EF | D4 | 16 | 0 | B | 6 | 95 | 3E | 54 |
| Octal | 273 | 357 | 324 | 26 | 0 | 13 | 6 | 225 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11010100 | 10110 | 0 | 1011 | 110 | 10010101 | 111110 | 1010100 |
Color Harmonies of #BBEFD4
Complementary color
Monochromatic Colors of #BBEFD4
Black with #BBEFD4
Text Example
Text Example
White with #BBEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFD4; }
p { color: rgb(187,239,212); }
H1.HeaderClassName
{
color: #BBEFD4;
}
.AnyTagClassName
{
color: #BBEFD4;
}
</style>
background-color css
<style>
a { background-color: #BBEFD4; }
a { background-color: rgb(187,239,212); }
div.DivClassName
{
background-color: #BBEFD4;
}
.BgClassName
{
background-color: #BBEFD4;
}
</style>
border-color css
<style>
span { border-color: #BBEFD4; }
span { border-color: rgb(187,239,212); }
td.TdClassName
{
border-color: #BBEFD4;
}
.TagClassName
{
border-color: #BBEFD4;
}
</style>