Shades of Nepal #98ADBA
Tints of Nepal #98ADBA
RGB
CMYK
RGB Variations
Color information
#98ADBA (or 0x98ADBA) is known color: Nepal. HEX triplet: 98, AD and BA. RGB value is (152,173,186). Sum of RGB (Red+Green+Blue) = 152+173+186=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #98ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADBA is #675245. Grayscale: #A8A8A8. Windows color (decimal): -6771270 or 12234136. OLE color: 12234136.
HSL color Cylindrical-coordinate representation of color #98ADBA: hue angle of 202.94º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98ADBA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 173 | 186 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.27 |
| HSL | 202.94º | 0.2% | 0.66% | - |
| HSV(B) | 202.94º | 0.18% | 0.73% | - |
| XYZ | 36.76 | 40.11 | 52.26 | - |
| YUV | 168.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 186 | 0.18 | 0.07 | 0 | 0.27 | 202.94 | 0.2 | 0.66 |
| Hex | 98 | AD | BA | 12 | 7 | 0 | 1B | CB | 14 | 42 |
| Octal | 230 | 255 | 272 | 22 | 7 | 0 | 33 | 313 | 24 | 102 |
| Binary | 10011000 | 10101101 | 10111010 | 10010 | 111 | 0 | 11011 | 11001011 | 10100 | 1000010 |
Color Harmonies of #98ADBA
Complementary color
Monochromatic Colors of #98ADBA
Black with #98ADBA
Text Example
Text Example
White with #98ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADBA; }
p { color: rgb(152,173,186); }
H1.HeaderClassName
{
color: #98ADBA;
}
.AnyTagClassName
{
color: #98ADBA;
}
</style>
background-color css
<style>
a { background-color: #98ADBA; }
a { background-color: rgb(152,173,186); }
div.DivClassName
{
background-color: #98ADBA;
}
.BgClassName
{
background-color: #98ADBA;
}
</style>
border-color css
<style>
span { border-color: #98ADBA; }
span { border-color: rgb(152,173,186); }
td.TdClassName
{
border-color: #98ADBA;
}
.TagClassName
{
border-color: #98ADBA;
}
</style>