Shades of Aero Blue #BFE6D5
Tints of Aero Blue #BFE6D5
RGB
CMYK
RGB Variations
Color information
#BFE6D5 (or 0xBFE6D5) is known color: Aero Blue. HEX triplet: BF, E6 and D5. RGB value is (191,230,213). Sum of RGB (Red+Green+Blue) = 191+230+213=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6D5 is #40192A. Grayscale: #D8D8D8. Windows color (decimal): -4200747 or 14018239. OLE color: 14018239.
HSL color Cylindrical-coordinate representation of color #BFE6D5: hue angle of 153.85º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6D5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 213 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.10 |
| HSL | 153.85º | 0.44% | 0.83% | - |
| HSV(B) | 153.85º | 0.17% | 0.9% | - |
| XYZ | 61.79 | 72.47 | 73.68 | - |
| YUV | 216.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 213 | 0.17 | 0 | 0.07 | 0.10 | 153.85 | 0.44 | 0.83 |
| Hex | BF | E6 | D5 | 11 | 0 | 7 | A | 9A | 2C | 53 |
| Octal | 277 | 346 | 325 | 21 | 0 | 7 | 12 | 232 | 54 | 123 |
| Binary | 10111111 | 11100110 | 11010101 | 10001 | 0 | 111 | 1010 | 10011010 | 101100 | 1010011 |
Color Harmonies of #BFE6D5
Complementary color
Monochromatic Colors of #BFE6D5
Black with #BFE6D5
Text Example
Text Example
White with #BFE6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE6D5; }
p { color: rgb(191,230,213); }
H1.HeaderClassName
{
color: #BFE6D5;
}
.AnyTagClassName
{
color: #BFE6D5;
}
</style>
background-color css
<style>
a { background-color: #BFE6D5; }
a { background-color: rgb(191,230,213); }
div.DivClassName
{
background-color: #BFE6D5;
}
.BgClassName
{
background-color: #BFE6D5;
}
</style>
border-color css
<style>
span { border-color: #BFE6D5; }
span { border-color: rgb(191,230,213); }
td.TdClassName
{
border-color: #BFE6D5;
}
.TagClassName
{
border-color: #BFE6D5;
}
</style>