Shades of Nepal #98B6C9
Tints of Nepal #98B6C9
RGB
CMYK
RGB Variations
Color information
#98B6C9 (or 0x98B6C9) is known color: Nepal. HEX triplet: 98, B6 and C9. RGB value is (152,182,201). Sum of RGB (Red+Green+Blue) = 152+182+201=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #98B6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B6C9 is #674936. Grayscale: #AFAFAF. Windows color (decimal): -6768951 or 13219480. OLE color: 13219480.
HSL color Cylindrical-coordinate representation of color #98B6C9: hue angle of 203.27º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98B6C9 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 182 | 201 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.21 |
| HSL | 203.27º | 0.31% | 0.69% | - |
| HSV(B) | 203.27º | 0.24% | 0.79% | - |
| XYZ | 40.22 | 44.35 | 61.7 | - |
| YUV | 175.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 201 | 0.24 | 0.09 | 0 | 0.21 | 203.27 | 0.31 | 0.69 |
| Hex | 98 | B6 | C9 | 18 | 9 | 0 | 15 | CB | 1F | 45 |
| Octal | 230 | 266 | 311 | 30 | 11 | 0 | 25 | 313 | 37 | 105 |
| Binary | 10011000 | 10110110 | 11001001 | 11000 | 1001 | 0 | 10101 | 11001011 | 11111 | 1000101 |
Color Harmonies of #98B6C9
Complementary color
Monochromatic Colors of #98B6C9
Black with #98B6C9
Text Example
Text Example
White with #98B6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B6C9; }
p { color: rgb(152,182,201); }
H1.HeaderClassName
{
color: #98B6C9;
}
.AnyTagClassName
{
color: #98B6C9;
}
</style>
background-color css
<style>
a { background-color: #98B6C9; }
a { background-color: rgb(152,182,201); }
div.DivClassName
{
background-color: #98B6C9;
}
.BgClassName
{
background-color: #98B6C9;
}
</style>
border-color css
<style>
span { border-color: #98B6C9; }
span { border-color: rgb(152,182,201); }
td.TdClassName
{
border-color: #98B6C9;
}
.TagClassName
{
border-color: #98B6C9;
}
</style>