Shades of Nepal #98ABBD
Tints of Nepal #98ABBD
RGB
CMYK
RGB Variations
Color information
#98ABBD (or 0x98ABBD) is known color: Nepal. HEX triplet: 98, AB and BD. RGB value is (152,171,189). Sum of RGB (Red+Green+Blue) = 152+171+189=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #98ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBD is #675442. Grayscale: #A7A7A7. Windows color (decimal): -6771779 or 12430232. OLE color: 12430232.
HSL color Cylindrical-coordinate representation of color #98ABBD: hue angle of 209.19º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98ABBD is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 171 | 189 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.26 |
| HSL | 209.19º | 0.22% | 0.67% | - |
| HSV(B) | 209.19º | 0.2% | 0.74% | - |
| XYZ | 36.7 | 39.48 | 53.83 | - |
| YUV | 167.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 189 | 0.20 | 0.10 | 0 | 0.26 | 209.19 | 0.22 | 0.67 |
| Hex | 98 | AB | BD | 14 | A | 0 | 1A | D1 | 16 | 43 |
| Octal | 230 | 253 | 275 | 24 | 12 | 0 | 32 | 321 | 26 | 103 |
| Binary | 10011000 | 10101011 | 10111101 | 10100 | 1010 | 0 | 11010 | 11010001 | 10110 | 1000011 |
Color Harmonies of #98ABBD
Complementary color
Monochromatic Colors of #98ABBD
Black with #98ABBD
Text Example
Text Example
White with #98ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABBD; }
p { color: rgb(152,171,189); }
H1.HeaderClassName
{
color: #98ABBD;
}
.AnyTagClassName
{
color: #98ABBD;
}
</style>
background-color css
<style>
a { background-color: #98ABBD; }
a { background-color: rgb(152,171,189); }
div.DivClassName
{
background-color: #98ABBD;
}
.BgClassName
{
background-color: #98ABBD;
}
</style>
border-color css
<style>
span { border-color: #98ABBD; }
span { border-color: rgb(152,171,189); }
td.TdClassName
{
border-color: #98ABBD;
}
.TagClassName
{
border-color: #98ABBD;
}
</style>