Shades of Nepal #98A9BA
Tints of Nepal #98A9BA
RGB
CMYK
RGB Variations
Color information
#98A9BA (or 0x98A9BA) is known color: Nepal. HEX triplet: 98, A9 and BA. RGB value is (152,169,186). Sum of RGB (Red+Green+Blue) = 152+169+186=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #98A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9BA is #675645. Grayscale: #A5A5A5. Windows color (decimal): -6772294 or 12233112. OLE color: 12233112.
HSL color Cylindrical-coordinate representation of color #98A9BA: hue angle of 210º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98A9BA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 169 | 186 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.27 |
| HSL | 210º | 0.2% | 0.66% | - |
| HSV(B) | 210º | 0.18% | 0.73% | - |
| XYZ | 36 | 38.6 | 52.01 | - |
| YUV | 165.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 186 | 0.18 | 0.09 | 0 | 0.27 | 210 | 0.2 | 0.66 |
| Hex | 98 | A9 | BA | 12 | 9 | 0 | 1B | D2 | 14 | 42 |
| Octal | 230 | 251 | 272 | 22 | 11 | 0 | 33 | 322 | 24 | 102 |
| Binary | 10011000 | 10101001 | 10111010 | 10010 | 1001 | 0 | 11011 | 11010010 | 10100 | 1000010 |
Color Harmonies of #98A9BA
Complementary color
Monochromatic Colors of #98A9BA
Black with #98A9BA
Text Example
Text Example
White with #98A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9BA; }
p { color: rgb(152,169,186); }
H1.HeaderClassName
{
color: #98A9BA;
}
.AnyTagClassName
{
color: #98A9BA;
}
</style>
background-color css
<style>
a { background-color: #98A9BA; }
a { background-color: rgb(152,169,186); }
div.DivClassName
{
background-color: #98A9BA;
}
.BgClassName
{
background-color: #98A9BA;
}
</style>
border-color css
<style>
span { border-color: #98A9BA; }
span { border-color: rgb(152,169,186); }
td.TdClassName
{
border-color: #98A9BA;
}
.TagClassName
{
border-color: #98A9BA;
}
</style>