Shades of Botticelli #86ACB9
Tints of Botticelli #86ACB9
RGB
CMYK
RGB Variations
Color information
#86ACB9 (or 0x86ACB9) is known color: Botticelli. HEX triplet: 86, AC and B9. RGB value is (134,172,185). Sum of RGB (Red+Green+Blue) = 134+172+185=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #86ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACB9 is #795346. Grayscale: #A2A2A2. Windows color (decimal): -7951175 or 12168326. OLE color: 12168326.
HSL color Cylindrical-coordinate representation of color #86ACB9: hue angle of 195.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86ACB9 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 172 | 185 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.27 |
| HSL | 195.29º | 0.27% | 0.63% | - |
| HSV(B) | 195.29º | 0.28% | 0.73% | - |
| XYZ | 33.34 | 38.08 | 51.49 | - |
| YUV | 162.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 185 | 0.28 | 0.07 | 0 | 0.27 | 195.29 | 0.27 | 0.63 |
| Hex | 86 | AC | B9 | 1C | 7 | 0 | 1B | C3 | 1B | 3F |
| Octal | 206 | 254 | 271 | 34 | 7 | 0 | 33 | 303 | 33 | 77 |
| Binary | 10000110 | 10101100 | 10111001 | 11100 | 111 | 0 | 11011 | 11000011 | 11011 | 111111 |
Color Harmonies of #86ACB9
Complementary color
Monochromatic Colors of #86ACB9
Black with #86ACB9
Text Example
Text Example
White with #86ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ACB9; }
p { color: rgb(134,172,185); }
H1.HeaderClassName
{
color: #86ACB9;
}
.AnyTagClassName
{
color: #86ACB9;
}
</style>
background-color css
<style>
a { background-color: #86ACB9; }
a { background-color: rgb(134,172,185); }
div.DivClassName
{
background-color: #86ACB9;
}
.BgClassName
{
background-color: #86ACB9;
}
</style>
border-color css
<style>
span { border-color: #86ACB9; }
span { border-color: rgb(134,172,185); }
td.TdClassName
{
border-color: #86ACB9;
}
.TagClassName
{
border-color: #86ACB9;
}
</style>