Shades of Nepal #98ADBD
Tints of Nepal #98ADBD
RGB
CMYK
RGB Variations
Color information
#98ADBD (or 0x98ADBD) is known color: Nepal. HEX triplet: 98, AD and BD. RGB value is (152,173,189). Sum of RGB (Red+Green+Blue) = 152+173+189=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #98ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADBD is #675242. Grayscale: #A8A8A8. Windows color (decimal): -6771267 or 12430744. OLE color: 12430744.
HSL color Cylindrical-coordinate representation of color #98ADBD: hue angle of 205.95º 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 #98ADBD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 173 | 189 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.26 |
| HSL | 205.95º | 0.22% | 0.67% | - |
| HSV(B) | 205.95º | 0.2% | 0.74% | - |
| XYZ | 37.08 | 40.24 | 53.96 | - |
| YUV | 168.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 189 | 0.20 | 0.08 | 0 | 0.26 | 205.95 | 0.22 | 0.67 |
| Hex | 98 | AD | BD | 14 | 8 | 0 | 1A | CE | 16 | 43 |
| Octal | 230 | 255 | 275 | 24 | 10 | 0 | 32 | 316 | 26 | 103 |
| Binary | 10011000 | 10101101 | 10111101 | 10100 | 1000 | 0 | 11010 | 11001110 | 10110 | 1000011 |
Color Harmonies of #98ADBD
Complementary color
Monochromatic Colors of #98ADBD
Black with #98ADBD
Text Example
Text Example
White with #98ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADBD; }
p { color: rgb(152,173,189); }
H1.HeaderClassName
{
color: #98ADBD;
}
.AnyTagClassName
{
color: #98ADBD;
}
</style>
background-color css
<style>
a { background-color: #98ADBD; }
a { background-color: rgb(152,173,189); }
div.DivClassName
{
background-color: #98ADBD;
}
.BgClassName
{
background-color: #98ADBD;
}
</style>
border-color css
<style>
span { border-color: #98ADBD; }
span { border-color: rgb(152,173,189); }
td.TdClassName
{
border-color: #98ADBD;
}
.TagClassName
{
border-color: #98ADBD;
}
</style>