Shades of Nepal #98B6C5
Tints of Nepal #98B6C5
RGB
CMYK
RGB Variations
Color information
#98B6C5 (or 0x98B6C5) is known color: Nepal. HEX triplet: 98, B6 and C5. RGB value is (152,182,197). Sum of RGB (Red+Green+Blue) = 152+182+197=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #98B6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B6C5 is #67493A. Grayscale: #AEAEAE. Windows color (decimal): -6768955 or 12957336. OLE color: 12957336.
HSL color Cylindrical-coordinate representation of color #98B6C5: hue angle of 200º 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 #98B6C5 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 182 | 197 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.23 |
| HSL | 200º | 0.28% | 0.68% | - |
| HSV(B) | 200º | 0.23% | 0.77% | - |
| XYZ | 39.75 | 44.16 | 59.25 | - |
| YUV | 174.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 197 | 0.23 | 0.08 | 0 | 0.23 | 200 | 0.28 | 0.68 |
| Hex | 98 | B6 | C5 | 17 | 8 | 0 | 17 | C8 | 1C | 44 |
| Octal | 230 | 266 | 305 | 27 | 10 | 0 | 27 | 310 | 34 | 104 |
| Binary | 10011000 | 10110110 | 11000101 | 10111 | 1000 | 0 | 10111 | 11001000 | 11100 | 1000100 |
Color Harmonies of #98B6C5
Complementary color
Monochromatic Colors of #98B6C5
Black with #98B6C5
Text Example
Text Example
White with #98B6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B6C5; }
p { color: rgb(152,182,197); }
H1.HeaderClassName
{
color: #98B6C5;
}
.AnyTagClassName
{
color: #98B6C5;
}
</style>
background-color css
<style>
a { background-color: #98B6C5; }
a { background-color: rgb(152,182,197); }
div.DivClassName
{
background-color: #98B6C5;
}
.BgClassName
{
background-color: #98B6C5;
}
</style>
border-color css
<style>
span { border-color: #98B6C5; }
span { border-color: rgb(152,182,197); }
td.TdClassName
{
border-color: #98B6C5;
}
.TagClassName
{
border-color: #98B6C5;
}
</style>