Shades of Nepal #99A7B5
Tints of Nepal #99A7B5
RGB
CMYK
RGB Variations
Color information
#99A7B5 (or 0x99A7B5) is known color: Nepal. HEX triplet: 99, A7 and B5. RGB value is (153,167,181). Sum of RGB (Red+Green+Blue) = 153+167+181=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #99A7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7B5 is #66584A. Grayscale: #A4A4A4. Windows color (decimal): -6707275 or 11904921. OLE color: 11904921.
HSL color Cylindrical-coordinate representation of color #99A7B5: hue angle of 210º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99A7B5 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 167 | 181 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.29 |
| HSL | 210º | 0.16% | 0.65% | - |
| HSV(B) | 210º | 0.15% | 0.71% | - |
| XYZ | 35.3 | 37.75 | 49.14 | - |
| YUV | 164.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 181 | 0.15 | 0.08 | 0 | 0.29 | 210 | 0.16 | 0.65 |
| Hex | 99 | A7 | B5 | F | 8 | 0 | 1D | D2 | 10 | 41 |
| Octal | 231 | 247 | 265 | 17 | 10 | 0 | 35 | 322 | 20 | 101 |
| Binary | 10011001 | 10100111 | 10110101 | 1111 | 1000 | 0 | 11101 | 11010010 | 10000 | 1000001 |
Color Harmonies of #99A7B5
Complementary color
Monochromatic Colors of #99A7B5
Black with #99A7B5
Text Example
Text Example
White with #99A7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A7B5; }
p { color: rgb(153,167,181); }
H1.HeaderClassName
{
color: #99A7B5;
}
.AnyTagClassName
{
color: #99A7B5;
}
</style>
background-color css
<style>
a { background-color: #99A7B5; }
a { background-color: rgb(153,167,181); }
div.DivClassName
{
background-color: #99A7B5;
}
.BgClassName
{
background-color: #99A7B5;
}
</style>
border-color css
<style>
span { border-color: #99A7B5; }
span { border-color: rgb(153,167,181); }
td.TdClassName
{
border-color: #99A7B5;
}
.TagClassName
{
border-color: #99A7B5;
}
</style>