Shades of Nepal #98B0C5
Tints of Nepal #98B0C5
RGB
CMYK
RGB Variations
Color information
#98B0C5 (or 0x98B0C5) is known color: Nepal. HEX triplet: 98, B0 and C5. RGB value is (152,176,197). Sum of RGB (Red+Green+Blue) = 152+176+197=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #98B0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0C5 is #674F3A. Grayscale: #ABABAB. Windows color (decimal): -6770491 or 12955800. OLE color: 12955800.
HSL color Cylindrical-coordinate representation of color #98B0C5: hue angle of 208º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98B0C5 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 176 | 197 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.23 |
| HSL | 208º | 0.28% | 0.68% | - |
| HSV(B) | 208º | 0.23% | 0.77% | - |
| XYZ | 38.55 | 41.76 | 58.85 | - |
| YUV | 171.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 176 | 197 | 0.23 | 0.11 | 0 | 0.23 | 208 | 0.28 | 0.68 |
| Hex | 98 | B0 | C5 | 17 | B | 0 | 17 | D0 | 1C | 44 |
| Octal | 230 | 260 | 305 | 27 | 13 | 0 | 27 | 320 | 34 | 104 |
| Binary | 10011000 | 10110000 | 11000101 | 10111 | 1011 | 0 | 10111 | 11010000 | 11100 | 1000100 |
Color Harmonies of #98B0C5
Complementary color
Monochromatic Colors of #98B0C5
Black with #98B0C5
Text Example
Text Example
White with #98B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B0C5; }
p { color: rgb(152,176,197); }
H1.HeaderClassName
{
color: #98B0C5;
}
.AnyTagClassName
{
color: #98B0C5;
}
</style>
background-color css
<style>
a { background-color: #98B0C5; }
a { background-color: rgb(152,176,197); }
div.DivClassName
{
background-color: #98B0C5;
}
.BgClassName
{
background-color: #98B0C5;
}
</style>
border-color css
<style>
span { border-color: #98B0C5; }
span { border-color: rgb(152,176,197); }
td.TdClassName
{
border-color: #98B0C5;
}
.TagClassName
{
border-color: #98B0C5;
}
</style>