Shades of Nepal #99AAB5
Tints of Nepal #99AAB5
RGB
CMYK
RGB Variations
Color information
#99AAB5 (or 0x99AAB5) is known color: Nepal. HEX triplet: 99, AA and B5. RGB value is (153,170,181). Sum of RGB (Red+Green+Blue) = 153+170+181=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #99AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAB5 is #66554A. Grayscale: #A6A6A6. Windows color (decimal): -6706507 or 11905689. OLE color: 11905689.
HSL color Cylindrical-coordinate representation of color #99AAB5: hue angle of 203.57º 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 #99AAB5 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 170 | 181 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.29 |
| HSL | 203.57º | 0.16% | 0.65% | - |
| HSV(B) | 203.57º | 0.15% | 0.71% | - |
| XYZ | 35.85 | 38.86 | 49.33 | - |
| YUV | 166.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 181 | 0.15 | 0.06 | 0 | 0.29 | 203.57 | 0.16 | 0.65 |
| Hex | 99 | AA | B5 | F | 6 | 0 | 1D | CC | 10 | 41 |
| Octal | 231 | 252 | 265 | 17 | 6 | 0 | 35 | 314 | 20 | 101 |
| Binary | 10011001 | 10101010 | 10110101 | 1111 | 110 | 0 | 11101 | 11001100 | 10000 | 1000001 |
Color Harmonies of #99AAB5
Complementary color
Monochromatic Colors of #99AAB5
Black with #99AAB5
Text Example
Text Example
White with #99AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAB5; }
p { color: rgb(153,170,181); }
H1.HeaderClassName
{
color: #99AAB5;
}
.AnyTagClassName
{
color: #99AAB5;
}
</style>
background-color css
<style>
a { background-color: #99AAB5; }
a { background-color: rgb(153,170,181); }
div.DivClassName
{
background-color: #99AAB5;
}
.BgClassName
{
background-color: #99AAB5;
}
</style>
border-color css
<style>
span { border-color: #99AAB5; }
span { border-color: rgb(153,170,181); }
td.TdClassName
{
border-color: #99AAB5;
}
.TagClassName
{
border-color: #99AAB5;
}
</style>