Shades of Botticelli #86B2B7
Tints of Botticelli #86B2B7
RGB
CMYK
RGB Variations
Color information
#86B2B7 (or 0x86B2B7) is known color: Botticelli. HEX triplet: 86, B2 and B7. RGB value is (134,178,183). Sum of RGB (Red+Green+Blue) = 134+178+183=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #86B2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2B7 is #794D48. Grayscale: #A5A5A5. Windows color (decimal): -7949641 or 12038790. OLE color: 12038790.
HSL color Cylindrical-coordinate representation of color #86B2B7: hue angle of 186.12º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B2B7 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 178 | 183 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.28 |
| HSL | 186.12º | 0.25% | 0.62% | - |
| HSV(B) | 186.12º | 0.27% | 0.72% | - |
| XYZ | 34.3 | 40.33 | 50.78 | - |
| YUV | 165.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 183 | 0.27 | 0.03 | 0 | 0.28 | 186.12 | 0.25 | 0.62 |
| Hex | 86 | B2 | B7 | 1B | 3 | 0 | 1C | BA | 19 | 3E |
| Octal | 206 | 262 | 267 | 33 | 3 | 0 | 34 | 272 | 31 | 76 |
| Binary | 10000110 | 10110010 | 10110111 | 11011 | 11 | 0 | 11100 | 10111010 | 11001 | 111110 |
Color Harmonies of #86B2B7
Complementary color
Monochromatic Colors of #86B2B7
Black with #86B2B7
Text Example
Text Example
White with #86B2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B2B7; }
p { color: rgb(134,178,183); }
H1.HeaderClassName
{
color: #86B2B7;
}
.AnyTagClassName
{
color: #86B2B7;
}
</style>
background-color css
<style>
a { background-color: #86B2B7; }
a { background-color: rgb(134,178,183); }
div.DivClassName
{
background-color: #86B2B7;
}
.BgClassName
{
background-color: #86B2B7;
}
</style>
border-color css
<style>
span { border-color: #86B2B7; }
span { border-color: rgb(134,178,183); }
td.TdClassName
{
border-color: #86B2B7;
}
.TagClassName
{
border-color: #86B2B7;
}
</style>