Shades of Botticelli #86B0B9
Tints of Botticelli #86B0B9
RGB
CMYK
RGB Variations
Color information
#86B0B9 (or 0x86B0B9) is known color: Botticelli. HEX triplet: 86, B0 and B9. RGB value is (134,176,185). Sum of RGB (Red+Green+Blue) = 134+176+185=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #86B0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0B9 is #794F46. Grayscale: #A4A4A4. Windows color (decimal): -7950151 or 12169350. OLE color: 12169350.
HSL color Cylindrical-coordinate representation of color #86B0B9: hue angle of 190.59º 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 #86B0B9 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 176 | 185 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.27 |
| HSL | 190.59º | 0.27% | 0.63% | - |
| HSV(B) | 190.59º | 0.28% | 0.73% | - |
| XYZ | 34.11 | 39.62 | 51.75 | - |
| YUV | 164.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 185 | 0.28 | 0.05 | 0 | 0.27 | 190.59 | 0.27 | 0.63 |
| Hex | 86 | B0 | B9 | 1C | 5 | 0 | 1B | BF | 1B | 3F |
| Octal | 206 | 260 | 271 | 34 | 5 | 0 | 33 | 277 | 33 | 77 |
| Binary | 10000110 | 10110000 | 10111001 | 11100 | 101 | 0 | 11011 | 10111111 | 11011 | 111111 |
Color Harmonies of #86B0B9
Complementary color
Monochromatic Colors of #86B0B9
Black with #86B0B9
Text Example
Text Example
White with #86B0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B0B9; }
p { color: rgb(134,176,185); }
H1.HeaderClassName
{
color: #86B0B9;
}
.AnyTagClassName
{
color: #86B0B9;
}
</style>
background-color css
<style>
a { background-color: #86B0B9; }
a { background-color: rgb(134,176,185); }
div.DivClassName
{
background-color: #86B0B9;
}
.BgClassName
{
background-color: #86B0B9;
}
</style>
border-color css
<style>
span { border-color: #86B0B9; }
span { border-color: rgb(134,176,185); }
td.TdClassName
{
border-color: #86B0B9;
}
.TagClassName
{
border-color: #86B0B9;
}
</style>