Shades of Nepal #98ABB8
Tints of Nepal #98ABB8
RGB
CMYK
RGB Variations
Color information
#98ABB8 (or 0x98ABB8) is known color: Nepal. HEX triplet: 98, AB and B8. RGB value is (152,171,184). Sum of RGB (Red+Green+Blue) = 152+171+184=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #98ABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABB8 is #675447. Grayscale: #A6A6A6. Windows color (decimal): -6771784 or 12102552. OLE color: 12102552.
HSL color Cylindrical-coordinate representation of color #98ABB8: hue angle of 204.38º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98ABB8 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 171 | 184 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.28 |
| HSL | 204.38º | 0.18% | 0.66% | - |
| HSV(B) | 204.38º | 0.17% | 0.72% | - |
| XYZ | 36.16 | 39.26 | 51.02 | - |
| YUV | 166.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 184 | 0.17 | 0.07 | 0 | 0.28 | 204.38 | 0.18 | 0.66 |
| Hex | 98 | AB | B8 | 11 | 7 | 0 | 1C | CC | 12 | 42 |
| Octal | 230 | 253 | 270 | 21 | 7 | 0 | 34 | 314 | 22 | 102 |
| Binary | 10011000 | 10101011 | 10111000 | 10001 | 111 | 0 | 11100 | 11001100 | 10010 | 1000010 |
Color Harmonies of #98ABB8
Complementary color
Monochromatic Colors of #98ABB8
Black with #98ABB8
Text Example
Text Example
White with #98ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABB8; }
p { color: rgb(152,171,184); }
H1.HeaderClassName
{
color: #98ABB8;
}
.AnyTagClassName
{
color: #98ABB8;
}
</style>
background-color css
<style>
a { background-color: #98ABB8; }
a { background-color: rgb(152,171,184); }
div.DivClassName
{
background-color: #98ABB8;
}
.BgClassName
{
background-color: #98ABB8;
}
</style>
border-color css
<style>
span { border-color: #98ABB8; }
span { border-color: rgb(152,171,184); }
td.TdClassName
{
border-color: #98ABB8;
}
.TagClassName
{
border-color: #98ABB8;
}
</style>