Shades of Botticelli #86B0B6
Tints of Botticelli #86B0B6
RGB
CMYK
RGB Variations
Color information
#86B0B6 (or 0x86B0B6) is known color: Botticelli. HEX triplet: 86, B0 and B6. RGB value is (134,176,182). Sum of RGB (Red+Green+Blue) = 134+176+182=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #86B0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0B6 is #794F49. Grayscale: #A4A4A4. Windows color (decimal): -7950154 or 11972742. OLE color: 11972742.
HSL color Cylindrical-coordinate representation of color #86B0B6: hue angle of 187.5º 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 #86B0B6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 176 | 182 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.29 |
| HSL | 187.5º | 0.25% | 0.62% | - |
| HSV(B) | 187.5º | 0.26% | 0.71% | - |
| XYZ | 33.8 | 39.5 | 50.1 | - |
| YUV | 164.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 182 | 0.26 | 0.03 | 0 | 0.29 | 187.5 | 0.25 | 0.62 |
| Hex | 86 | B0 | B6 | 1A | 3 | 0 | 1D | BC | 19 | 3E |
| Octal | 206 | 260 | 266 | 32 | 3 | 0 | 35 | 274 | 31 | 76 |
| Binary | 10000110 | 10110000 | 10110110 | 11010 | 11 | 0 | 11101 | 10111100 | 11001 | 111110 |
Color Harmonies of #86B0B6
Complementary color
Monochromatic Colors of #86B0B6
Black with #86B0B6
Text Example
Text Example
White with #86B0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B0B6; }
p { color: rgb(134,176,182); }
H1.HeaderClassName
{
color: #86B0B6;
}
.AnyTagClassName
{
color: #86B0B6;
}
</style>
background-color css
<style>
a { background-color: #86B0B6; }
a { background-color: rgb(134,176,182); }
div.DivClassName
{
background-color: #86B0B6;
}
.BgClassName
{
background-color: #86B0B6;
}
</style>
border-color css
<style>
span { border-color: #86B0B6; }
span { border-color: rgb(134,176,182); }
td.TdClassName
{
border-color: #86B0B6;
}
.TagClassName
{
border-color: #86B0B6;
}
</style>