Shades of Botticelli #8EBBC0
Tints of Botticelli #8EBBC0
RGB
CMYK
RGB Variations
Color information
#8EBBC0 (or 0x8EBBC0) is known color: Botticelli. HEX triplet: 8E, BB and C0. RGB value is (142,187,192). Sum of RGB (Red+Green+Blue) = 142+187+192=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #8EBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBC0 is #71443F. Grayscale: #AEAEAE. Windows color (decimal): -7423040 or 12630926. OLE color: 12630926.
HSL color Cylindrical-coordinate representation of color #8EBBC0: hue angle of 186º 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 #8EBBC0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 187 | 192 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.25 |
| HSL | 186º | 0.28% | 0.65% | - |
| HSV(B) | 186º | 0.26% | 0.75% | - |
| XYZ | 38.44 | 45.1 | 56.55 | - |
| YUV | 174.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 192 | 0.26 | 0.03 | 0 | 0.25 | 186 | 0.28 | 0.65 |
| Hex | 8E | BB | C0 | 1A | 3 | 0 | 19 | BA | 1C | 41 |
| Octal | 216 | 273 | 300 | 32 | 3 | 0 | 31 | 272 | 34 | 101 |
| Binary | 10001110 | 10111011 | 11000000 | 11010 | 11 | 0 | 11001 | 10111010 | 11100 | 1000001 |
Color Harmonies of #8EBBC0
Complementary color
Monochromatic Colors of #8EBBC0
Black with #8EBBC0
Text Example
Text Example
White with #8EBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBC0; }
p { color: rgb(142,187,192); }
H1.HeaderClassName
{
color: #8EBBC0;
}
.AnyTagClassName
{
color: #8EBBC0;
}
</style>
background-color css
<style>
a { background-color: #8EBBC0; }
a { background-color: rgb(142,187,192); }
div.DivClassName
{
background-color: #8EBBC0;
}
.BgClassName
{
background-color: #8EBBC0;
}
</style>
border-color css
<style>
span { border-color: #8EBBC0; }
span { border-color: rgb(142,187,192); }
td.TdClassName
{
border-color: #8EBBC0;
}
.TagClassName
{
border-color: #8EBBC0;
}
</style>