Shades of Nepal #98B2C1
Tints of Nepal #98B2C1
RGB
CMYK
RGB Variations
Color information
#98B2C1 (or 0x98B2C1) is known color: Nepal. HEX triplet: 98, B2 and C1. RGB value is (152,178,193). Sum of RGB (Red+Green+Blue) = 152+178+193=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #98B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2C1 is #674D3E. Grayscale: #ABABAB. Windows color (decimal): -6769983 or 12694168. OLE color: 12694168.
HSL color Cylindrical-coordinate representation of color #98B2C1: hue angle of 201.95º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98B2C1 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 178 | 193 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.24 |
| HSL | 201.95º | 0.25% | 0.68% | - |
| HSV(B) | 201.95º | 0.21% | 0.76% | - |
| XYZ | 38.49 | 42.37 | 56.6 | - |
| YUV | 171.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 193 | 0.21 | 0.08 | 0 | 0.24 | 201.95 | 0.25 | 0.68 |
| Hex | 98 | B2 | C1 | 15 | 8 | 0 | 18 | CA | 19 | 44 |
| Octal | 230 | 262 | 301 | 25 | 10 | 0 | 30 | 312 | 31 | 104 |
| Binary | 10011000 | 10110010 | 11000001 | 10101 | 1000 | 0 | 11000 | 11001010 | 11001 | 1000100 |
Color Harmonies of #98B2C1
Complementary color
Monochromatic Colors of #98B2C1
Black with #98B2C1
Text Example
Text Example
White with #98B2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B2C1; }
p { color: rgb(152,178,193); }
H1.HeaderClassName
{
color: #98B2C1;
}
.AnyTagClassName
{
color: #98B2C1;
}
</style>
background-color css
<style>
a { background-color: #98B2C1; }
a { background-color: rgb(152,178,193); }
div.DivClassName
{
background-color: #98B2C1;
}
.BgClassName
{
background-color: #98B2C1;
}
</style>
border-color css
<style>
span { border-color: #98B2C1; }
span { border-color: rgb(152,178,193); }
td.TdClassName
{
border-color: #98B2C1;
}
.TagClassName
{
border-color: #98B2C1;
}
</style>