Shades of Botticelli #8EBAC0
Tints of Botticelli #8EBAC0
RGB
CMYK
RGB Variations
Color information
#8EBAC0 (or 0x8EBAC0) is known color: Botticelli. HEX triplet: 8E, BA and C0. RGB value is (142,186,192). Sum of RGB (Red+Green+Blue) = 142+186+192=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #8EBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAC0 is #71453F. Grayscale: #ADADAD. Windows color (decimal): -7423296 or 12630670. OLE color: 12630670.
HSL color Cylindrical-coordinate representation of color #8EBAC0: hue angle of 187.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EBAC0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 186 | 192 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.25 |
| HSL | 187.2º | 0.28% | 0.65% | - |
| HSV(B) | 187.2º | 0.26% | 0.75% | - |
| XYZ | 38.23 | 44.67 | 56.48 | - |
| YUV | 173.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 192 | 0.26 | 0.03 | 0 | 0.25 | 187.2 | 0.28 | 0.65 |
| Hex | 8E | BA | C0 | 1A | 3 | 0 | 19 | BB | 1C | 41 |
| Octal | 216 | 272 | 300 | 32 | 3 | 0 | 31 | 273 | 34 | 101 |
| Binary | 10001110 | 10111010 | 11000000 | 11010 | 11 | 0 | 11001 | 10111011 | 11100 | 1000001 |
Color Harmonies of #8EBAC0
Complementary color
Monochromatic Colors of #8EBAC0
Black with #8EBAC0
Text Example
Text Example
White with #8EBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBAC0; }
p { color: rgb(142,186,192); }
H1.HeaderClassName
{
color: #8EBAC0;
}
.AnyTagClassName
{
color: #8EBAC0;
}
</style>
background-color css
<style>
a { background-color: #8EBAC0; }
a { background-color: rgb(142,186,192); }
div.DivClassName
{
background-color: #8EBAC0;
}
.BgClassName
{
background-color: #8EBAC0;
}
</style>
border-color css
<style>
span { border-color: #8EBAC0; }
span { border-color: rgb(142,186,192); }
td.TdClassName
{
border-color: #8EBAC0;
}
.TagClassName
{
border-color: #8EBAC0;
}
</style>