Shades of Botticelli #86ACB5
Tints of Botticelli #86ACB5
RGB
CMYK
RGB Variations
Color information
#86ACB5 (or 0x86ACB5) is known color: Botticelli. HEX triplet: 86, AC and B5. RGB value is (134,172,181). Sum of RGB (Red+Green+Blue) = 134+172+181=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #86ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACB5 is #79534A. Grayscale: #A1A1A1. Windows color (decimal): -7951179 or 11906182. OLE color: 11906182.
HSL color Cylindrical-coordinate representation of color #86ACB5: hue angle of 191.49º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86ACB5 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 172 | 181 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.29 |
| HSL | 191.49º | 0.24% | 0.62% | - |
| HSV(B) | 191.49º | 0.26% | 0.71% | - |
| XYZ | 32.92 | 37.91 | 49.3 | - |
| YUV | 161.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 181 | 0.26 | 0.05 | 0 | 0.29 | 191.49 | 0.24 | 0.62 |
| Hex | 86 | AC | B5 | 1A | 5 | 0 | 1D | BF | 18 | 3E |
| Octal | 206 | 254 | 265 | 32 | 5 | 0 | 35 | 277 | 30 | 76 |
| Binary | 10000110 | 10101100 | 10110101 | 11010 | 101 | 0 | 11101 | 10111111 | 11000 | 111110 |
Color Harmonies of #86ACB5
Complementary color
Monochromatic Colors of #86ACB5
Black with #86ACB5
Text Example
Text Example
White with #86ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ACB5; }
p { color: rgb(134,172,181); }
H1.HeaderClassName
{
color: #86ACB5;
}
.AnyTagClassName
{
color: #86ACB5;
}
</style>
background-color css
<style>
a { background-color: #86ACB5; }
a { background-color: rgb(134,172,181); }
div.DivClassName
{
background-color: #86ACB5;
}
.BgClassName
{
background-color: #86ACB5;
}
</style>
border-color css
<style>
span { border-color: #86ACB5; }
span { border-color: rgb(134,172,181); }
td.TdClassName
{
border-color: #86ACB5;
}
.TagClassName
{
border-color: #86ACB5;
}
</style>