Shades of Nepal #98ADBC
Tints of Nepal #98ADBC
RGB
CMYK
RGB Variations
Color information
#98ADBC (or 0x98ADBC) is known color: Nepal. HEX triplet: 98, AD and BC. RGB value is (152,173,188). Sum of RGB (Red+Green+Blue) = 152+173+188=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #98ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADBC is #675243. Grayscale: #A8A8A8. Windows color (decimal): -6771268 or 12365208. OLE color: 12365208.
HSL color Cylindrical-coordinate representation of color #98ADBC: hue angle of 205º 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 #98ADBC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 173 | 188 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.26 |
| HSL | 205º | 0.21% | 0.67% | - |
| HSV(B) | 205º | 0.19% | 0.74% | - |
| XYZ | 36.97 | 40.19 | 53.39 | - |
| YUV | 168.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 188 | 0.19 | 0.08 | 0 | 0.26 | 205 | 0.21 | 0.67 |
| Hex | 98 | AD | BC | 13 | 8 | 0 | 1A | CD | 15 | 43 |
| Octal | 230 | 255 | 274 | 23 | 10 | 0 | 32 | 315 | 25 | 103 |
| Binary | 10011000 | 10101101 | 10111100 | 10011 | 1000 | 0 | 11010 | 11001101 | 10101 | 1000011 |
Color Harmonies of #98ADBC
Complementary color
Monochromatic Colors of #98ADBC
Black with #98ADBC
Text Example
Text Example
White with #98ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADBC; }
p { color: rgb(152,173,188); }
H1.HeaderClassName
{
color: #98ADBC;
}
.AnyTagClassName
{
color: #98ADBC;
}
</style>
background-color css
<style>
a { background-color: #98ADBC; }
a { background-color: rgb(152,173,188); }
div.DivClassName
{
background-color: #98ADBC;
}
.BgClassName
{
background-color: #98ADBC;
}
</style>
border-color css
<style>
span { border-color: #98ADBC; }
span { border-color: rgb(152,173,188); }
td.TdClassName
{
border-color: #98ADBC;
}
.TagClassName
{
border-color: #98ADBC;
}
</style>