Shades of Nepal #98ACC0
Tints of Nepal #98ACC0
RGB
CMYK
RGB Variations
Color information
#98ACC0 (or 0x98ACC0) is known color: Nepal. HEX triplet: 98, AC and C0. RGB value is (152,172,192). Sum of RGB (Red+Green+Blue) = 152+172+192=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #98ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACC0 is #67533F. Grayscale: #A8A8A8. Windows color (decimal): -6771520 or 12627096. OLE color: 12627096.
HSL color Cylindrical-coordinate representation of color #98ACC0: hue angle of 210º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98ACC0 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 172 | 192 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.25 |
| HSL | 210º | 0.24% | 0.67% | - |
| HSV(B) | 210º | 0.21% | 0.75% | - |
| XYZ | 37.22 | 39.99 | 55.63 | - |
| YUV | 168.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 192 | 0.21 | 0.10 | 0 | 0.25 | 210 | 0.24 | 0.67 |
| Hex | 98 | AC | C0 | 15 | A | 0 | 19 | D2 | 18 | 43 |
| Octal | 230 | 254 | 300 | 25 | 12 | 0 | 31 | 322 | 30 | 103 |
| Binary | 10011000 | 10101100 | 11000000 | 10101 | 1010 | 0 | 11001 | 11010010 | 11000 | 1000011 |
Color Harmonies of #98ACC0
Complementary color
Monochromatic Colors of #98ACC0
Black with #98ACC0
Text Example
Text Example
White with #98ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ACC0; }
p { color: rgb(152,172,192); }
H1.HeaderClassName
{
color: #98ACC0;
}
.AnyTagClassName
{
color: #98ACC0;
}
</style>
background-color css
<style>
a { background-color: #98ACC0; }
a { background-color: rgb(152,172,192); }
div.DivClassName
{
background-color: #98ACC0;
}
.BgClassName
{
background-color: #98ACC0;
}
</style>
border-color css
<style>
span { border-color: #98ACC0; }
span { border-color: rgb(152,172,192); }
td.TdClassName
{
border-color: #98ACC0;
}
.TagClassName
{
border-color: #98ACC0;
}
</style>