Shades of Nepal #99AABC
Tints of Nepal #99AABC
RGB
CMYK
RGB Variations
Color information
#99AABC (or 0x99AABC) is known color: Nepal. HEX triplet: 99, AA and BC. RGB value is (153,170,188). Sum of RGB (Red+Green+Blue) = 153+170+188=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #99AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AABC is #665543. Grayscale: #A6A6A6. Windows color (decimal): -6706500 or 12364441. OLE color: 12364441.
HSL color Cylindrical-coordinate representation of color #99AABC: hue angle of 210.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AABC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 170 | 188 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.26 |
| HSL | 210.86º | 0.21% | 0.67% | - |
| HSV(B) | 210.86º | 0.19% | 0.74% | - |
| XYZ | 36.59 | 39.15 | 53.21 | - |
| YUV | 166.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 188 | 0.19 | 0.10 | 0 | 0.26 | 210.86 | 0.21 | 0.67 |
| Hex | 99 | AA | BC | 13 | A | 0 | 1A | D3 | 15 | 43 |
| Octal | 231 | 252 | 274 | 23 | 12 | 0 | 32 | 323 | 25 | 103 |
| Binary | 10011001 | 10101010 | 10111100 | 10011 | 1010 | 0 | 11010 | 11010011 | 10101 | 1000011 |
Color Harmonies of #99AABC
Complementary color
Monochromatic Colors of #99AABC
Black with #99AABC
Text Example
Text Example
White with #99AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AABC; }
p { color: rgb(153,170,188); }
H1.HeaderClassName
{
color: #99AABC;
}
.AnyTagClassName
{
color: #99AABC;
}
</style>
background-color css
<style>
a { background-color: #99AABC; }
a { background-color: rgb(153,170,188); }
div.DivClassName
{
background-color: #99AABC;
}
.BgClassName
{
background-color: #99AABC;
}
</style>
border-color css
<style>
span { border-color: #99AABC; }
span { border-color: rgb(153,170,188); }
td.TdClassName
{
border-color: #99AABC;
}
.TagClassName
{
border-color: #99AABC;
}
</style>