Shades of Nepal #98ABBC
Tints of Nepal #98ABBC
RGB
CMYK
RGB Variations
Color information
#98ABBC (or 0x98ABBC) is known color: Nepal. HEX triplet: 98, AB and BC. RGB value is (152,171,188). Sum of RGB (Red+Green+Blue) = 152+171+188=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #98ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBC is #675443. Grayscale: #A7A7A7. Windows color (decimal): -6771780 or 12364696. OLE color: 12364696.
HSL color Cylindrical-coordinate representation of color #98ABBC: hue angle of 208.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98ABBC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 171 | 188 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.26 |
| HSL | 208.33º | 0.21% | 0.67% | - |
| HSV(B) | 208.33º | 0.19% | 0.74% | - |
| XYZ | 36.59 | 39.43 | 53.26 | - |
| YUV | 167.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 188 | 0.19 | 0.09 | 0 | 0.26 | 208.33 | 0.21 | 0.67 |
| Hex | 98 | AB | BC | 13 | 9 | 0 | 1A | D0 | 15 | 43 |
| Octal | 230 | 253 | 274 | 23 | 11 | 0 | 32 | 320 | 25 | 103 |
| Binary | 10011000 | 10101011 | 10111100 | 10011 | 1001 | 0 | 11010 | 11010000 | 10101 | 1000011 |
Color Harmonies of #98ABBC
Complementary color
Monochromatic Colors of #98ABBC
Black with #98ABBC
Text Example
Text Example
White with #98ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABBC; }
p { color: rgb(152,171,188); }
H1.HeaderClassName
{
color: #98ABBC;
}
.AnyTagClassName
{
color: #98ABBC;
}
</style>
background-color css
<style>
a { background-color: #98ABBC; }
a { background-color: rgb(152,171,188); }
div.DivClassName
{
background-color: #98ABBC;
}
.BgClassName
{
background-color: #98ABBC;
}
</style>
border-color css
<style>
span { border-color: #98ABBC; }
span { border-color: rgb(152,171,188); }
td.TdClassName
{
border-color: #98ABBC;
}
.TagClassName
{
border-color: #98ABBC;
}
</style>