Shades of Botticelli #87ADBC
Tints of Botticelli #87ADBC
RGB
CMYK
RGB Variations
Color information
#87ADBC (or 0x87ADBC) is known color: Botticelli. HEX triplet: 87, AD and BC. RGB value is (135,173,188). Sum of RGB (Red+Green+Blue) = 135+173+188=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #87ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADBC is #785243. Grayscale: #A3A3A3. Windows color (decimal): -7885380 or 12365191. OLE color: 12365191.
HSL color Cylindrical-coordinate representation of color #87ADBC: hue angle of 196.98º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87ADBC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 173 | 188 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.26 |
| HSL | 196.98º | 0.28% | 0.63% | - |
| HSV(B) | 196.98º | 0.28% | 0.74% | - |
| XYZ | 34.01 | 38.67 | 53.25 | - |
| YUV | 163.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 188 | 0.28 | 0.08 | 0 | 0.26 | 196.98 | 0.28 | 0.63 |
| Hex | 87 | AD | BC | 1C | 8 | 0 | 1A | C5 | 1C | 3F |
| Octal | 207 | 255 | 274 | 34 | 10 | 0 | 32 | 305 | 34 | 77 |
| Binary | 10000111 | 10101101 | 10111100 | 11100 | 1000 | 0 | 11010 | 11000101 | 11100 | 111111 |
Color Harmonies of #87ADBC
Complementary color
Monochromatic Colors of #87ADBC
Black with #87ADBC
Text Example
Text Example
White with #87ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADBC; }
p { color: rgb(135,173,188); }
H1.HeaderClassName
{
color: #87ADBC;
}
.AnyTagClassName
{
color: #87ADBC;
}
</style>
background-color css
<style>
a { background-color: #87ADBC; }
a { background-color: rgb(135,173,188); }
div.DivClassName
{
background-color: #87ADBC;
}
.BgClassName
{
background-color: #87ADBC;
}
</style>
border-color css
<style>
span { border-color: #87ADBC; }
span { border-color: rgb(135,173,188); }
td.TdClassName
{
border-color: #87ADBC;
}
.TagClassName
{
border-color: #87ADBC;
}
</style>