Shades of Botticelli #8EABAF
Tints of Botticelli #8EABAF
RGB
CMYK
RGB Variations
Color information
#8EABAF (or 0x8EABAF) is known color: Botticelli. HEX triplet: 8E, AB and AF. RGB value is (142,171,175). Sum of RGB (Red+Green+Blue) = 142+171+175=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABAF is #715450. Grayscale: #A2A2A2. Windows color (decimal): -7427153 or 11512718. OLE color: 11512718.
HSL color Cylindrical-coordinate representation of color #8EABAF: hue angle of 187.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EABAF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 171 | 175 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.31 |
| HSL | 187.27º | 0.17% | 0.62% | - |
| HSV(B) | 187.27º | 0.19% | 0.69% | - |
| XYZ | 33.46 | 37.97 | 46.12 | - |
| YUV | 162.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 175 | 0.19 | 0.02 | 0 | 0.31 | 187.27 | 0.17 | 0.62 |
| Hex | 8E | AB | AF | 13 | 2 | 0 | 1F | BB | 11 | 3E |
| Octal | 216 | 253 | 257 | 23 | 2 | 0 | 37 | 273 | 21 | 76 |
| Binary | 10001110 | 10101011 | 10101111 | 10011 | 10 | 0 | 11111 | 10111011 | 10001 | 111110 |
Color Harmonies of #8EABAF
Complementary color
Monochromatic Colors of #8EABAF
Black with #8EABAF
Text Example
Text Example
White with #8EABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABAF; }
p { color: rgb(142,171,175); }
H1.HeaderClassName
{
color: #8EABAF;
}
.AnyTagClassName
{
color: #8EABAF;
}
</style>
background-color css
<style>
a { background-color: #8EABAF; }
a { background-color: rgb(142,171,175); }
div.DivClassName
{
background-color: #8EABAF;
}
.BgClassName
{
background-color: #8EABAF;
}
</style>
border-color css
<style>
span { border-color: #8EABAF; }
span { border-color: rgb(142,171,175); }
td.TdClassName
{
border-color: #8EABAF;
}
.TagClassName
{
border-color: #8EABAF;
}
</style>