Shades of Botticelli #8EBAC1
Tints of Botticelli #8EBAC1
RGB
CMYK
RGB Variations
Color information
#8EBAC1 (or 0x8EBAC1) is known color: Botticelli. HEX triplet: 8E, BA and C1. RGB value is (142,186,193). Sum of RGB (Red+Green+Blue) = 142+186+193=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAC1 is #71453E. Grayscale: #ADADAD. Windows color (decimal): -7423295 or 12696206. OLE color: 12696206.
HSL color Cylindrical-coordinate representation of color #8EBAC1: hue angle of 188.24º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EBAC1 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 186 | 193 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.24 |
| HSL | 188.24º | 0.29% | 0.66% | - |
| HSV(B) | 188.24º | 0.26% | 0.76% | - |
| XYZ | 38.34 | 44.72 | 57.06 | - |
| YUV | 173.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 193 | 0.26 | 0.04 | 0 | 0.24 | 188.24 | 0.29 | 0.66 |
| Hex | 8E | BA | C1 | 1A | 4 | 0 | 18 | BC | 1D | 42 |
| Octal | 216 | 272 | 301 | 32 | 4 | 0 | 30 | 274 | 35 | 102 |
| Binary | 10001110 | 10111010 | 11000001 | 11010 | 100 | 0 | 11000 | 10111100 | 11101 | 1000010 |
Color Harmonies of #8EBAC1
Complementary color
Monochromatic Colors of #8EBAC1
Black with #8EBAC1
Text Example
Text Example
White with #8EBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBAC1; }
p { color: rgb(142,186,193); }
H1.HeaderClassName
{
color: #8EBAC1;
}
.AnyTagClassName
{
color: #8EBAC1;
}
</style>
background-color css
<style>
a { background-color: #8EBAC1; }
a { background-color: rgb(142,186,193); }
div.DivClassName
{
background-color: #8EBAC1;
}
.BgClassName
{
background-color: #8EBAC1;
}
</style>
border-color css
<style>
span { border-color: #8EBAC1; }
span { border-color: rgb(142,186,193); }
td.TdClassName
{
border-color: #8EBAC1;
}
.TagClassName
{
border-color: #8EBAC1;
}
</style>