Shades of Aero Blue #BFE0CE
Tints of Aero Blue #BFE0CE
RGB
CMYK
RGB Variations
Color information
#BFE0CE (or 0xBFE0CE) is known color: Aero Blue. HEX triplet: BF, E0 and CE. RGB value is (191,224,206). Sum of RGB (Red+Green+Blue) = 191+224+206=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0CE is #401F31. Grayscale: #D4D4D4. Windows color (decimal): -4202290 or 13557951. OLE color: 13557951.
HSL color Cylindrical-coordinate representation of color #BFE0CE: hue angle of 147.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0CE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 206 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.12 |
| HSL | 147.27º | 0.35% | 0.81% | - |
| HSV(B) | 147.27º | 0.15% | 0.88% | - |
| XYZ | 59.28 | 68.84 | 68.56 | - |
| YUV | 212.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 206 | 0.15 | 0 | 0.08 | 0.12 | 147.27 | 0.35 | 0.81 |
| Hex | BF | E0 | CE | F | 0 | 8 | C | 93 | 23 | 51 |
| Octal | 277 | 340 | 316 | 17 | 0 | 10 | 14 | 223 | 43 | 121 |
| Binary | 10111111 | 11100000 | 11001110 | 1111 | 0 | 1000 | 1100 | 10010011 | 100011 | 1010001 |
Color Harmonies of #BFE0CE
Complementary color
Monochromatic Colors of #BFE0CE
Black with #BFE0CE
Text Example
Text Example
White with #BFE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0CE; }
p { color: rgb(191,224,206); }
H1.HeaderClassName
{
color: #BFE0CE;
}
.AnyTagClassName
{
color: #BFE0CE;
}
</style>
background-color css
<style>
a { background-color: #BFE0CE; }
a { background-color: rgb(191,224,206); }
div.DivClassName
{
background-color: #BFE0CE;
}
.BgClassName
{
background-color: #BFE0CE;
}
</style>
border-color css
<style>
span { border-color: #BFE0CE; }
span { border-color: rgb(191,224,206); }
td.TdClassName
{
border-color: #BFE0CE;
}
.TagClassName
{
border-color: #BFE0CE;
}
</style>