Shades of Aero Blue #BFEBD2
Tints of Aero Blue #BFEBD2
RGB
CMYK
RGB Variations
Color information
#BFEBD2 (or 0xBFEBD2) is known color: Aero Blue. HEX triplet: BF, EB and D2. RGB value is (191,235,210). Sum of RGB (Red+Green+Blue) = 191+235+210=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBD2 is #40142D. Grayscale: #DBDBDB. Windows color (decimal): -4199470 or 13822911. OLE color: 13822911.
HSL color Cylindrical-coordinate representation of color #BFEBD2: hue angle of 145.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBD2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 210 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.08 |
| HSL | 145.91º | 0.52% | 0.84% | - |
| HSV(B) | 145.91º | 0.19% | 0.92% | - |
| XYZ | 62.83 | 75.15 | 72.17 | - |
| YUV | 218.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 210 | 0.19 | 0 | 0.11 | 0.08 | 145.91 | 0.52 | 0.84 |
| Hex | BF | EB | D2 | 13 | 0 | B | 8 | 92 | 34 | 54 |
| Octal | 277 | 353 | 322 | 23 | 0 | 13 | 10 | 222 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11010010 | 10011 | 0 | 1011 | 1000 | 10010010 | 110100 | 1010100 |
Color Harmonies of #BFEBD2
Complementary color
Monochromatic Colors of #BFEBD2
Black with #BFEBD2
Text Example
Text Example
White with #BFEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBD2; }
p { color: rgb(191,235,210); }
H1.HeaderClassName
{
color: #BFEBD2;
}
.AnyTagClassName
{
color: #BFEBD2;
}
</style>
background-color css
<style>
a { background-color: #BFEBD2; }
a { background-color: rgb(191,235,210); }
div.DivClassName
{
background-color: #BFEBD2;
}
.BgClassName
{
background-color: #BFEBD2;
}
</style>
border-color css
<style>
span { border-color: #BFEBD2; }
span { border-color: rgb(191,235,210); }
td.TdClassName
{
border-color: #BFEBD2;
}
.TagClassName
{
border-color: #BFEBD2;
}
</style>