Shades of Botticelli #8CACB9
Tints of Botticelli #8CACB9
RGB
CMYK
RGB Variations
Color information
#8CACB9 (or 0x8CACB9) is known color: Botticelli. HEX triplet: 8C, AC and B9. RGB value is (140,172,185). Sum of RGB (Red+Green+Blue) = 140+172+185=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #8CACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACB9 is #735346. Grayscale: #A3A3A3. Windows color (decimal): -7557959 or 12168332. OLE color: 12168332.
HSL color Cylindrical-coordinate representation of color #8CACB9: hue angle of 197.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CACB9 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 172 | 185 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.27 |
| HSL | 197.33º | 0.24% | 0.64% | - |
| HSV(B) | 197.33º | 0.24% | 0.73% | - |
| XYZ | 34.32 | 38.58 | 51.54 | - |
| YUV | 163.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 185 | 0.24 | 0.07 | 0 | 0.27 | 197.33 | 0.24 | 0.64 |
| Hex | 8C | AC | B9 | 18 | 7 | 0 | 1B | C5 | 18 | 40 |
| Octal | 214 | 254 | 271 | 30 | 7 | 0 | 33 | 305 | 30 | 100 |
| Binary | 10001100 | 10101100 | 10111001 | 11000 | 111 | 0 | 11011 | 11000101 | 11000 | 1000000 |
Color Harmonies of #8CACB9
Complementary color
Monochromatic Colors of #8CACB9
Black with #8CACB9
Text Example
Text Example
White with #8CACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACB9; }
p { color: rgb(140,172,185); }
H1.HeaderClassName
{
color: #8CACB9;
}
.AnyTagClassName
{
color: #8CACB9;
}
</style>
background-color css
<style>
a { background-color: #8CACB9; }
a { background-color: rgb(140,172,185); }
div.DivClassName
{
background-color: #8CACB9;
}
.BgClassName
{
background-color: #8CACB9;
}
</style>
border-color css
<style>
span { border-color: #8CACB9; }
span { border-color: rgb(140,172,185); }
td.TdClassName
{
border-color: #8CACB9;
}
.TagClassName
{
border-color: #8CACB9;
}
</style>