Shades of Nepal #99AAB6
Tints of Nepal #99AAB6
RGB
CMYK
RGB Variations
Color information
#99AAB6 (or 0x99AAB6) is known color: Nepal. HEX triplet: 99, AA and B6. RGB value is (153,170,182). Sum of RGB (Red+Green+Blue) = 153+170+182=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #99AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAB6 is #665549. Grayscale: #A6A6A6. Windows color (decimal): -6706506 or 11971225. OLE color: 11971225.
HSL color Cylindrical-coordinate representation of color #99AAB6: hue angle of 204.83º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99AAB6 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 170 | 182 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.29 |
| HSL | 204.83º | 0.17% | 0.66% | - |
| HSV(B) | 204.83º | 0.16% | 0.71% | - |
| XYZ | 35.96 | 38.9 | 49.87 | - |
| YUV | 166.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 182 | 0.16 | 0.07 | 0 | 0.29 | 204.83 | 0.17 | 0.66 |
| Hex | 99 | AA | B6 | 10 | 7 | 0 | 1D | CD | 11 | 42 |
| Octal | 231 | 252 | 266 | 20 | 7 | 0 | 35 | 315 | 21 | 102 |
| Binary | 10011001 | 10101010 | 10110110 | 10000 | 111 | 0 | 11101 | 11001101 | 10001 | 1000010 |
Color Harmonies of #99AAB6
Complementary color
Monochromatic Colors of #99AAB6
Black with #99AAB6
Text Example
Text Example
White with #99AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAB6; }
p { color: rgb(153,170,182); }
H1.HeaderClassName
{
color: #99AAB6;
}
.AnyTagClassName
{
color: #99AAB6;
}
</style>
background-color css
<style>
a { background-color: #99AAB6; }
a { background-color: rgb(153,170,182); }
div.DivClassName
{
background-color: #99AAB6;
}
.BgClassName
{
background-color: #99AAB6;
}
</style>
border-color css
<style>
span { border-color: #99AAB6; }
span { border-color: rgb(153,170,182); }
td.TdClassName
{
border-color: #99AAB6;
}
.TagClassName
{
border-color: #99AAB6;
}
</style>