Shades of Botticelli #87ADBD
Tints of Botticelli #87ADBD
RGB
CMYK
RGB Variations
Color information
#87ADBD (or 0x87ADBD) is known color: Botticelli. HEX triplet: 87, AD and BD. RGB value is (135,173,189). Sum of RGB (Red+Green+Blue) = 135+173+189=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #87ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADBD is #785242. Grayscale: #A3A3A3. Windows color (decimal): -7885379 or 12430727. OLE color: 12430727.
HSL color Cylindrical-coordinate representation of color #87ADBD: hue angle of 197.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87ADBD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 173 | 189 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.26 |
| HSL | 197.78º | 0.29% | 0.64% | - |
| HSV(B) | 197.78º | 0.29% | 0.74% | - |
| XYZ | 34.12 | 38.71 | 53.82 | - |
| YUV | 163.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 189 | 0.29 | 0.08 | 0 | 0.26 | 197.78 | 0.29 | 0.64 |
| Hex | 87 | AD | BD | 1D | 8 | 0 | 1A | C6 | 1D | 40 |
| Octal | 207 | 255 | 275 | 35 | 10 | 0 | 32 | 306 | 35 | 100 |
| Binary | 10000111 | 10101101 | 10111101 | 11101 | 1000 | 0 | 11010 | 11000110 | 11101 | 1000000 |
Color Harmonies of #87ADBD
Complementary color
Monochromatic Colors of #87ADBD
Black with #87ADBD
Text Example
Text Example
White with #87ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADBD; }
p { color: rgb(135,173,189); }
H1.HeaderClassName
{
color: #87ADBD;
}
.AnyTagClassName
{
color: #87ADBD;
}
</style>
background-color css
<style>
a { background-color: #87ADBD; }
a { background-color: rgb(135,173,189); }
div.DivClassName
{
background-color: #87ADBD;
}
.BgClassName
{
background-color: #87ADBD;
}
</style>
border-color css
<style>
span { border-color: #87ADBD; }
span { border-color: rgb(135,173,189); }
td.TdClassName
{
border-color: #87ADBD;
}
.TagClassName
{
border-color: #87ADBD;
}
</style>