Shades of Botticelli #8CA8AD
Tints of Botticelli #8CA8AD
RGB
CMYK
RGB Variations
Color information
#8CA8AD (or 0x8CA8AD) is known color: Botticelli. HEX triplet: 8C, A8 and AD. RGB value is (140,168,173). Sum of RGB (Red+Green+Blue) = 140+168+173=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA8AD is #735752. Grayscale: #A0A0A0. Windows color (decimal): -7558995 or 11380876. OLE color: 11380876.
HSL color Cylindrical-coordinate representation of color #8CA8AD: hue angle of 189.09º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA8AD is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 168 | 173 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.32 |
| HSL | 189.09º | 0.17% | 0.61% | - |
| HSV(B) | 189.09º | 0.19% | 0.68% | - |
| XYZ | 32.36 | 36.6 | 44.89 | - |
| YUV | 160.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 173 | 0.19 | 0.03 | 0 | 0.32 | 189.09 | 0.17 | 0.61 |
| Hex | 8C | A8 | AD | 13 | 3 | 0 | 20 | BD | 11 | 3D |
| Octal | 214 | 250 | 255 | 23 | 3 | 0 | 40 | 275 | 21 | 75 |
| Binary | 10001100 | 10101000 | 10101101 | 10011 | 11 | 0 | 100000 | 10111101 | 10001 | 111101 |
Color Harmonies of #8CA8AD
Complementary color
Monochromatic Colors of #8CA8AD
Black with #8CA8AD
Text Example
Text Example
White with #8CA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8AD; }
p { color: rgb(140,168,173); }
H1.HeaderClassName
{
color: #8CA8AD;
}
.AnyTagClassName
{
color: #8CA8AD;
}
</style>
background-color css
<style>
a { background-color: #8CA8AD; }
a { background-color: rgb(140,168,173); }
div.DivClassName
{
background-color: #8CA8AD;
}
.BgClassName
{
background-color: #8CA8AD;
}
</style>
border-color css
<style>
span { border-color: #8CA8AD; }
span { border-color: rgb(140,168,173); }
td.TdClassName
{
border-color: #8CA8AD;
}
.TagClassName
{
border-color: #8CA8AD;
}
</style>