Shades of Botticelli #8CACB7
Tints of Botticelli #8CACB7
RGB
CMYK
RGB Variations
Color information
#8CACB7 (or 0x8CACB7) is known color: Botticelli. HEX triplet: 8C, AC and B7. RGB value is (140,172,183). Sum of RGB (Red+Green+Blue) = 140+172+183=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #8CACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACB7 is #735348. Grayscale: #A3A3A3. Windows color (decimal): -7557961 or 12037260. OLE color: 12037260.
HSL color Cylindrical-coordinate representation of color #8CACB7: hue angle of 195.35º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CACB7 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 172 | 183 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.28 |
| HSL | 195.35º | 0.23% | 0.63% | - |
| HSV(B) | 195.35º | 0.23% | 0.72% | - |
| XYZ | 34.11 | 38.5 | 50.43 | - |
| YUV | 163.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 183 | 0.23 | 0.06 | 0 | 0.28 | 195.35 | 0.23 | 0.63 |
| Hex | 8C | AC | B7 | 17 | 6 | 0 | 1C | C3 | 17 | 3F |
| Octal | 214 | 254 | 267 | 27 | 6 | 0 | 34 | 303 | 27 | 77 |
| Binary | 10001100 | 10101100 | 10110111 | 10111 | 110 | 0 | 11100 | 11000011 | 10111 | 111111 |
Color Harmonies of #8CACB7
Complementary color
Monochromatic Colors of #8CACB7
Black with #8CACB7
Text Example
Text Example
White with #8CACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACB7; }
p { color: rgb(140,172,183); }
H1.HeaderClassName
{
color: #8CACB7;
}
.AnyTagClassName
{
color: #8CACB7;
}
</style>
background-color css
<style>
a { background-color: #8CACB7; }
a { background-color: rgb(140,172,183); }
div.DivClassName
{
background-color: #8CACB7;
}
.BgClassName
{
background-color: #8CACB7;
}
</style>
border-color css
<style>
span { border-color: #8CACB7; }
span { border-color: rgb(140,172,183); }
td.TdClassName
{
border-color: #8CACB7;
}
.TagClassName
{
border-color: #8CACB7;
}
</style>