Shades of Botticelli #87AAB5
Tints of Botticelli #87AAB5
RGB
CMYK
RGB Variations
Color information
#87AAB5 (or 0x87AAB5) is known color: Botticelli. HEX triplet: 87, AA and B5. RGB value is (135,170,181). Sum of RGB (Red+Green+Blue) = 135+170+181=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #87AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAB5 is #78554A. Grayscale: #A0A0A0. Windows color (decimal): -7886155 or 11905671. OLE color: 11905671.
HSL color Cylindrical-coordinate representation of color #87AAB5: hue angle of 194.35º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87AAB5 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 170 | 181 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.29 |
| HSL | 194.35º | 0.24% | 0.62% | - |
| HSV(B) | 194.35º | 0.25% | 0.71% | - |
| XYZ | 32.71 | 37.24 | 49.18 | - |
| YUV | 160.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 181 | 0.25 | 0.06 | 0 | 0.29 | 194.35 | 0.24 | 0.62 |
| Hex | 87 | AA | B5 | 19 | 6 | 0 | 1D | C2 | 18 | 3E |
| Octal | 207 | 252 | 265 | 31 | 6 | 0 | 35 | 302 | 30 | 76 |
| Binary | 10000111 | 10101010 | 10110101 | 11001 | 110 | 0 | 11101 | 11000010 | 11000 | 111110 |
Color Harmonies of #87AAB5
Complementary color
Monochromatic Colors of #87AAB5
Black with #87AAB5
Text Example
Text Example
White with #87AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AAB5; }
p { color: rgb(135,170,181); }
H1.HeaderClassName
{
color: #87AAB5;
}
.AnyTagClassName
{
color: #87AAB5;
}
</style>
background-color css
<style>
a { background-color: #87AAB5; }
a { background-color: rgb(135,170,181); }
div.DivClassName
{
background-color: #87AAB5;
}
.BgClassName
{
background-color: #87AAB5;
}
</style>
border-color css
<style>
span { border-color: #87AAB5; }
span { border-color: rgb(135,170,181); }
td.TdClassName
{
border-color: #87AAB5;
}
.TagClassName
{
border-color: #87AAB5;
}
</style>