Shades of Aero Blue #BBEFD2
Tints of Aero Blue #BBEFD2
RGB
CMYK
RGB Variations
Color information
#BBEFD2 (or 0xBBEFD2) is known color: Aero Blue. HEX triplet: BB, EF and D2. RGB value is (187,239,210). Sum of RGB (Red+Green+Blue) = 187+239+210=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD2 is #44102D. Grayscale: #DCDCDC. Windows color (decimal): -4460590 or 13823931. OLE color: 13823931.
HSL color Cylindrical-coordinate representation of color #BBEFD2: hue angle of 146.54º 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 #BBEFD2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 210 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.06 |
| HSL | 146.54º | 0.62% | 0.84% | - |
| HSV(B) | 146.54º | 0.22% | 0.94% | - |
| XYZ | 62.99 | 76.95 | 72.51 | - |
| YUV | 220.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 210 | 0.22 | 0 | 0.12 | 0.06 | 146.54 | 0.62 | 0.84 |
| Hex | BB | EF | D2 | 16 | 0 | C | 6 | 93 | 3E | 54 |
| Octal | 273 | 357 | 322 | 26 | 0 | 14 | 6 | 223 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11010010 | 10110 | 0 | 1100 | 110 | 10010011 | 111110 | 1010100 |
Color Harmonies of #BBEFD2
Complementary color
Monochromatic Colors of #BBEFD2
Black with #BBEFD2
Text Example
Text Example
White with #BBEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFD2; }
p { color: rgb(187,239,210); }
H1.HeaderClassName
{
color: #BBEFD2;
}
.AnyTagClassName
{
color: #BBEFD2;
}
</style>
background-color css
<style>
a { background-color: #BBEFD2; }
a { background-color: rgb(187,239,210); }
div.DivClassName
{
background-color: #BBEFD2;
}
.BgClassName
{
background-color: #BBEFD2;
}
</style>
border-color css
<style>
span { border-color: #BBEFD2; }
span { border-color: rgb(187,239,210); }
td.TdClassName
{
border-color: #BBEFD2;
}
.TagClassName
{
border-color: #BBEFD2;
}
</style>