Shades of Nepal #87ABBC
Tints of Nepal #87ABBC
RGB
CMYK
RGB Variations
Color information
#87ABBC (or 0x87ABBC) is known color: Nepal. HEX triplet: 87, AB and BC. RGB value is (135,171,188). Sum of RGB (Red+Green+Blue) = 135+171+188=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #87ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBC is #785443. Grayscale: #A2A2A2. Windows color (decimal): -7885892 or 12364679. OLE color: 12364679.
HSL color Cylindrical-coordinate representation of color #87ABBC: hue angle of 199.25º 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 #87ABBC is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 171 | 188 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.26 |
| HSL | 199.25º | 0.28% | 0.63% | - |
| HSV(B) | 199.25º | 0.28% | 0.74% | - |
| XYZ | 33.63 | 37.91 | 53.12 | - |
| YUV | 162.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 188 | 0.28 | 0.09 | 0 | 0.26 | 199.25 | 0.28 | 0.63 |
| Hex | 87 | AB | BC | 1C | 9 | 0 | 1A | C7 | 1C | 3F |
| Octal | 207 | 253 | 274 | 34 | 11 | 0 | 32 | 307 | 34 | 77 |
| Binary | 10000111 | 10101011 | 10111100 | 11100 | 1001 | 0 | 11010 | 11000111 | 11100 | 111111 |
Color Harmonies of #87ABBC
Complementary color
Monochromatic Colors of #87ABBC
Black with #87ABBC
Text Example
Text Example
White with #87ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABBC; }
p { color: rgb(135,171,188); }
H1.HeaderClassName
{
color: #87ABBC;
}
.AnyTagClassName
{
color: #87ABBC;
}
</style>
background-color css
<style>
a { background-color: #87ABBC; }
a { background-color: rgb(135,171,188); }
div.DivClassName
{
background-color: #87ABBC;
}
.BgClassName
{
background-color: #87ABBC;
}
</style>
border-color css
<style>
span { border-color: #87ABBC; }
span { border-color: rgb(135,171,188); }
td.TdClassName
{
border-color: #87ABBC;
}
.TagClassName
{
border-color: #87ABBC;
}
</style>