Shades of Nepal #98A9BB
Tints of Nepal #98A9BB
RGB
CMYK
RGB Variations
Color information
#98A9BB (or 0x98A9BB) is known color: Nepal. HEX triplet: 98, A9 and BB. RGB value is (152,169,187). Sum of RGB (Red+Green+Blue) = 152+169+187=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #98A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9BB is #675644. Grayscale: #A5A5A5. Windows color (decimal): -6772293 or 12298648. OLE color: 12298648.
HSL color Cylindrical-coordinate representation of color #98A9BB: hue angle of 210.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A9BB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 169 | 187 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.27 |
| HSL | 210.86º | 0.2% | 0.66% | - |
| HSV(B) | 210.86º | 0.19% | 0.73% | - |
| XYZ | 36.11 | 38.64 | 52.57 | - |
| YUV | 165.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 187 | 0.19 | 0.10 | 0 | 0.27 | 210.86 | 0.2 | 0.66 |
| Hex | 98 | A9 | BB | 13 | A | 0 | 1B | D3 | 14 | 42 |
| Octal | 230 | 251 | 273 | 23 | 12 | 0 | 33 | 323 | 24 | 102 |
| Binary | 10011000 | 10101001 | 10111011 | 10011 | 1010 | 0 | 11011 | 11010011 | 10100 | 1000010 |
Color Harmonies of #98A9BB
Complementary color
Monochromatic Colors of #98A9BB
Black with #98A9BB
Text Example
Text Example
White with #98A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9BB; }
p { color: rgb(152,169,187); }
H1.HeaderClassName
{
color: #98A9BB;
}
.AnyTagClassName
{
color: #98A9BB;
}
</style>
background-color css
<style>
a { background-color: #98A9BB; }
a { background-color: rgb(152,169,187); }
div.DivClassName
{
background-color: #98A9BB;
}
.BgClassName
{
background-color: #98A9BB;
}
</style>
border-color css
<style>
span { border-color: #98A9BB; }
span { border-color: rgb(152,169,187); }
td.TdClassName
{
border-color: #98A9BB;
}
.TagClassName
{
border-color: #98A9BB;
}
</style>