Shades of Nepal #98B2C5
Tints of Nepal #98B2C5
RGB
CMYK
RGB Variations
Color information
#98B2C5 (or 0x98B2C5) is known color: Nepal. HEX triplet: 98, B2 and C5. RGB value is (152,178,197). Sum of RGB (Red+Green+Blue) = 152+178+197=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #98B2C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2C5 is #674D3A. Grayscale: #ACACAC. Windows color (decimal): -6769979 or 12956312. OLE color: 12956312.
HSL color Cylindrical-coordinate representation of color #98B2C5: hue angle of 205.33º 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 #98B2C5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 178 | 197 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.23 |
| HSL | 205.33º | 0.28% | 0.68% | - |
| HSV(B) | 205.33º | 0.23% | 0.77% | - |
| XYZ | 38.95 | 42.55 | 58.98 | - |
| YUV | 172.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 197 | 0.23 | 0.10 | 0 | 0.23 | 205.33 | 0.28 | 0.68 |
| Hex | 98 | B2 | C5 | 17 | A | 0 | 17 | CD | 1C | 44 |
| Octal | 230 | 262 | 305 | 27 | 12 | 0 | 27 | 315 | 34 | 104 |
| Binary | 10011000 | 10110010 | 11000101 | 10111 | 1010 | 0 | 10111 | 11001101 | 11100 | 1000100 |
Color Harmonies of #98B2C5
Complementary color
Monochromatic Colors of #98B2C5
Black with #98B2C5
Text Example
Text Example
White with #98B2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B2C5; }
p { color: rgb(152,178,197); }
H1.HeaderClassName
{
color: #98B2C5;
}
.AnyTagClassName
{
color: #98B2C5;
}
</style>
background-color css
<style>
a { background-color: #98B2C5; }
a { background-color: rgb(152,178,197); }
div.DivClassName
{
background-color: #98B2C5;
}
.BgClassName
{
background-color: #98B2C5;
}
</style>
border-color css
<style>
span { border-color: #98B2C5; }
span { border-color: rgb(152,178,197); }
td.TdClassName
{
border-color: #98B2C5;
}
.TagClassName
{
border-color: #98B2C5;
}
</style>