Shades of Nepal #98B1C5
Tints of Nepal #98B1C5
RGB
CMYK
RGB Variations
Color information
#98B1C5 (or 0x98B1C5) is known color: Nepal. HEX triplet: 98, B1 and C5. RGB value is (152,177,197). Sum of RGB (Red+Green+Blue) = 152+177+197=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #98B1C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1C5 is #674E3A. Grayscale: #ABABAB. Windows color (decimal): -6770235 or 12956056. OLE color: 12956056.
HSL color Cylindrical-coordinate representation of color #98B1C5: hue angle of 206.67º 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 #98B1C5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 177 | 197 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.23 |
| HSL | 206.67º | 0.28% | 0.68% | - |
| HSV(B) | 206.67º | 0.23% | 0.77% | - |
| XYZ | 38.75 | 42.15 | 58.92 | - |
| YUV | 171.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 197 | 0.23 | 0.10 | 0 | 0.23 | 206.67 | 0.28 | 0.68 |
| Hex | 98 | B1 | C5 | 17 | A | 0 | 17 | CF | 1C | 44 |
| Octal | 230 | 261 | 305 | 27 | 12 | 0 | 27 | 317 | 34 | 104 |
| Binary | 10011000 | 10110001 | 11000101 | 10111 | 1010 | 0 | 10111 | 11001111 | 11100 | 1000100 |
Color Harmonies of #98B1C5
Complementary color
Monochromatic Colors of #98B1C5
Black with #98B1C5
Text Example
Text Example
White with #98B1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B1C5; }
p { color: rgb(152,177,197); }
H1.HeaderClassName
{
color: #98B1C5;
}
.AnyTagClassName
{
color: #98B1C5;
}
</style>
background-color css
<style>
a { background-color: #98B1C5; }
a { background-color: rgb(152,177,197); }
div.DivClassName
{
background-color: #98B1C5;
}
.BgClassName
{
background-color: #98B1C5;
}
</style>
border-color css
<style>
span { border-color: #98B1C5; }
span { border-color: rgb(152,177,197); }
td.TdClassName
{
border-color: #98B1C5;
}
.TagClassName
{
border-color: #98B1C5;
}
</style>