Shades of Aero Blue #BFE3CE
Tints of Aero Blue #BFE3CE
RGB
CMYK
RGB Variations
Color information
#BFE3CE (or 0xBFE3CE) is known color: Aero Blue. HEX triplet: BF, E3 and CE. RGB value is (191,227,206). Sum of RGB (Red+Green+Blue) = 191+227+206=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3CE is #401C31. Grayscale: #D5D5D5. Windows color (decimal): -4201522 or 13558719. OLE color: 13558719.
HSL color Cylindrical-coordinate representation of color #BFE3CE: hue angle of 145º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3CE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 206 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.11 |
| HSL | 145º | 0.39% | 0.82% | - |
| HSV(B) | 145º | 0.16% | 0.89% | - |
| XYZ | 60.1 | 70.47 | 68.83 | - |
| YUV | 213.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 206 | 0.16 | 0 | 0.09 | 0.11 | 145 | 0.39 | 0.82 |
| Hex | BF | E3 | CE | 10 | 0 | 9 | B | 91 | 27 | 52 |
| Octal | 277 | 343 | 316 | 20 | 0 | 11 | 13 | 221 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11001110 | 10000 | 0 | 1001 | 1011 | 10010001 | 100111 | 1010010 |
Color Harmonies of #BFE3CE
Complementary color
Monochromatic Colors of #BFE3CE
Black with #BFE3CE
Text Example
Text Example
White with #BFE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3CE; }
p { color: rgb(191,227,206); }
H1.HeaderClassName
{
color: #BFE3CE;
}
.AnyTagClassName
{
color: #BFE3CE;
}
</style>
background-color css
<style>
a { background-color: #BFE3CE; }
a { background-color: rgb(191,227,206); }
div.DivClassName
{
background-color: #BFE3CE;
}
.BgClassName
{
background-color: #BFE3CE;
}
</style>
border-color css
<style>
span { border-color: #BFE3CE; }
span { border-color: rgb(191,227,206); }
td.TdClassName
{
border-color: #BFE3CE;
}
.TagClassName
{
border-color: #BFE3CE;
}
</style>