Shades of Botticelli #8EB2BD
Tints of Botticelli #8EB2BD
RGB
CMYK
RGB Variations
Color information
#8EB2BD (or 0x8EB2BD) is known color: Botticelli. HEX triplet: 8E, B2 and BD. RGB value is (142,178,189). Sum of RGB (Red+Green+Blue) = 142+178+189=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2BD is #714D42. Grayscale: #A8A8A8. Windows color (decimal): -7425347 or 12432014. OLE color: 12432014.
HSL color Cylindrical-coordinate representation of color #8EB2BD: hue angle of 194.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EB2BD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 178 | 189 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.26 |
| HSL | 194.04º | 0.26% | 0.65% | - |
| HSV(B) | 194.04º | 0.25% | 0.74% | - |
| XYZ | 36.26 | 41.27 | 54.2 | - |
| YUV | 168.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 178 | 189 | 0.25 | 0.06 | 0 | 0.26 | 194.04 | 0.26 | 0.65 |
| Hex | 8E | B2 | BD | 19 | 6 | 0 | 1A | C2 | 1A | 41 |
| Octal | 216 | 262 | 275 | 31 | 6 | 0 | 32 | 302 | 32 | 101 |
| Binary | 10001110 | 10110010 | 10111101 | 11001 | 110 | 0 | 11010 | 11000010 | 11010 | 1000001 |
Color Harmonies of #8EB2BD
Complementary color
Monochromatic Colors of #8EB2BD
Black with #8EB2BD
Text Example
Text Example
White with #8EB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB2BD; }
p { color: rgb(142,178,189); }
H1.HeaderClassName
{
color: #8EB2BD;
}
.AnyTagClassName
{
color: #8EB2BD;
}
</style>
background-color css
<style>
a { background-color: #8EB2BD; }
a { background-color: rgb(142,178,189); }
div.DivClassName
{
background-color: #8EB2BD;
}
.BgClassName
{
background-color: #8EB2BD;
}
</style>
border-color css
<style>
span { border-color: #8EB2BD; }
span { border-color: rgb(142,178,189); }
td.TdClassName
{
border-color: #8EB2BD;
}
.TagClassName
{
border-color: #8EB2BD;
}
</style>