Shades of Botticelli #86ADB6
Tints of Botticelli #86ADB6
RGB
CMYK
RGB Variations
Color information
#86ADB6 (or 0x86ADB6) is known color: Botticelli. HEX triplet: 86, AD and B6. RGB value is (134,173,182). Sum of RGB (Red+Green+Blue) = 134+173+182=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #86ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADB6 is #795249. Grayscale: #A2A2A2. Windows color (decimal): -7950922 or 11971974. OLE color: 11971974.
HSL color Cylindrical-coordinate representation of color #86ADB6: hue angle of 191.25º degrees, saturation: 0.25, 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 #86ADB6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 173 | 182 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.29 |
| HSL | 191.25º | 0.25% | 0.62% | - |
| HSV(B) | 191.25º | 0.26% | 0.71% | - |
| XYZ | 33.22 | 38.33 | 49.9 | - |
| YUV | 162.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 182 | 0.26 | 0.05 | 0 | 0.29 | 191.25 | 0.25 | 0.62 |
| Hex | 86 | AD | B6 | 1A | 5 | 0 | 1D | BF | 19 | 3E |
| Octal | 206 | 255 | 266 | 32 | 5 | 0 | 35 | 277 | 31 | 76 |
| Binary | 10000110 | 10101101 | 10110110 | 11010 | 101 | 0 | 11101 | 10111111 | 11001 | 111110 |
Color Harmonies of #86ADB6
Complementary color
Monochromatic Colors of #86ADB6
Black with #86ADB6
Text Example
Text Example
White with #86ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADB6; }
p { color: rgb(134,173,182); }
H1.HeaderClassName
{
color: #86ADB6;
}
.AnyTagClassName
{
color: #86ADB6;
}
</style>
background-color css
<style>
a { background-color: #86ADB6; }
a { background-color: rgb(134,173,182); }
div.DivClassName
{
background-color: #86ADB6;
}
.BgClassName
{
background-color: #86ADB6;
}
</style>
border-color css
<style>
span { border-color: #86ADB6; }
span { border-color: rgb(134,173,182); }
td.TdClassName
{
border-color: #86ADB6;
}
.TagClassName
{
border-color: #86ADB6;
}
</style>