Shades of Aero Blue #BFE2CE
Tints of Aero Blue #BFE2CE
RGB
CMYK
RGB Variations
Color information
#BFE2CE (or 0xBFE2CE) is known color: Aero Blue. HEX triplet: BF, E2 and CE. RGB value is (191,226,206). Sum of RGB (Red+Green+Blue) = 191+226+206=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2CE is #401D31. Grayscale: #D5D5D5. Windows color (decimal): -4201778 or 13558463. OLE color: 13558463.
HSL color Cylindrical-coordinate representation of color #BFE2CE: hue angle of 145.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE2CE is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 206 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.11 |
| HSL | 145.71º | 0.38% | 0.82% | - |
| HSV(B) | 145.71º | 0.15% | 0.89% | - |
| XYZ | 59.82 | 69.93 | 68.74 | - |
| YUV | 213.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 206 | 0.15 | 0 | 0.09 | 0.11 | 145.71 | 0.38 | 0.82 |
| Hex | BF | E2 | CE | F | 0 | 9 | B | 92 | 26 | 52 |
| Octal | 277 | 342 | 316 | 17 | 0 | 11 | 13 | 222 | 46 | 122 |
| Binary | 10111111 | 11100010 | 11001110 | 1111 | 0 | 1001 | 1011 | 10010010 | 100110 | 1010010 |
Color Harmonies of #BFE2CE
Complementary color
Monochromatic Colors of #BFE2CE
Black with #BFE2CE
Text Example
Text Example
White with #BFE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2CE; }
p { color: rgb(191,226,206); }
H1.HeaderClassName
{
color: #BFE2CE;
}
.AnyTagClassName
{
color: #BFE2CE;
}
</style>
background-color css
<style>
a { background-color: #BFE2CE; }
a { background-color: rgb(191,226,206); }
div.DivClassName
{
background-color: #BFE2CE;
}
.BgClassName
{
background-color: #BFE2CE;
}
</style>
border-color css
<style>
span { border-color: #BFE2CE; }
span { border-color: rgb(191,226,206); }
td.TdClassName
{
border-color: #BFE2CE;
}
.TagClassName
{
border-color: #BFE2CE;
}
</style>