Shades of Nepal #99A9BA
Tints of Nepal #99A9BA
RGB
CMYK
RGB Variations
Color information
#99A9BA (or 0x99A9BA) is known color: Nepal. HEX triplet: 99, A9 and BA. RGB value is (153,169,186). Sum of RGB (Red+Green+Blue) = 153+169+186=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #99A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9BA is #665645. Grayscale: #A6A6A6. Windows color (decimal): -6706758 or 12233113. OLE color: 12233113.
HSL color Cylindrical-coordinate representation of color #99A9BA: hue angle of 210.91º degrees, saturation: 0.19, 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 #99A9BA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 169 | 186 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.27 |
| HSL | 210.91º | 0.19% | 0.66% | - |
| HSV(B) | 210.91º | 0.18% | 0.73% | - |
| XYZ | 36.19 | 38.69 | 52.02 | - |
| YUV | 166.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 186 | 0.18 | 0.09 | 0 | 0.27 | 210.91 | 0.19 | 0.66 |
| Hex | 99 | A9 | BA | 12 | 9 | 0 | 1B | D3 | 13 | 42 |
| Octal | 231 | 251 | 272 | 22 | 11 | 0 | 33 | 323 | 23 | 102 |
| Binary | 10011001 | 10101001 | 10111010 | 10010 | 1001 | 0 | 11011 | 11010011 | 10011 | 1000010 |
Color Harmonies of #99A9BA
Complementary color
Monochromatic Colors of #99A9BA
Black with #99A9BA
Text Example
Text Example
White with #99A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A9BA; }
p { color: rgb(153,169,186); }
H1.HeaderClassName
{
color: #99A9BA;
}
.AnyTagClassName
{
color: #99A9BA;
}
</style>
background-color css
<style>
a { background-color: #99A9BA; }
a { background-color: rgb(153,169,186); }
div.DivClassName
{
background-color: #99A9BA;
}
.BgClassName
{
background-color: #99A9BA;
}
</style>
border-color css
<style>
span { border-color: #99A9BA; }
span { border-color: rgb(153,169,186); }
td.TdClassName
{
border-color: #99A9BA;
}
.TagClassName
{
border-color: #99A9BA;
}
</style>