Shades of Botticelli #87ADB6
Tints of Botticelli #87ADB6
RGB
CMYK
RGB Variations
Color information
#87ADB6 (or 0x87ADB6) is known color: Botticelli. HEX triplet: 87, AD and B6. RGB value is (135,173,182). Sum of RGB (Red+Green+Blue) = 135+173+182=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #87ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADB6 is #785249. Grayscale: #A2A2A2. Windows color (decimal): -7885386 or 11971975. OLE color: 11971975.
HSL color Cylindrical-coordinate representation of color #87ADB6: 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 #87ADB6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 173 | 182 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.29 |
| HSL | 191.49º | 0.24% | 0.62% | - |
| HSV(B) | 191.49º | 0.26% | 0.71% | - |
| XYZ | 33.38 | 38.42 | 49.91 | - |
| YUV | 162.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 182 | 0.26 | 0.05 | 0 | 0.29 | 191.49 | 0.24 | 0.62 |
| Hex | 87 | AD | B6 | 1A | 5 | 0 | 1D | BF | 18 | 3E |
| Octal | 207 | 255 | 266 | 32 | 5 | 0 | 35 | 277 | 30 | 76 |
| Binary | 10000111 | 10101101 | 10110110 | 11010 | 101 | 0 | 11101 | 10111111 | 11000 | 111110 |
Color Harmonies of #87ADB6
Complementary color
Monochromatic Colors of #87ADB6
Black with #87ADB6
Text Example
Text Example
White with #87ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADB6; }
p { color: rgb(135,173,182); }
H1.HeaderClassName
{
color: #87ADB6;
}
.AnyTagClassName
{
color: #87ADB6;
}
</style>
background-color css
<style>
a { background-color: #87ADB6; }
a { background-color: rgb(135,173,182); }
div.DivClassName
{
background-color: #87ADB6;
}
.BgClassName
{
background-color: #87ADB6;
}
</style>
border-color css
<style>
span { border-color: #87ADB6; }
span { border-color: rgb(135,173,182); }
td.TdClassName
{
border-color: #87ADB6;
}
.TagClassName
{
border-color: #87ADB6;
}
</style>