Shades of Nepal #9AAABA
Tints of Nepal #9AAABA
RGB
CMYK
RGB Variations
Color information
#9AAABA (or 0x9AAABA) is known color: Nepal. HEX triplet: 9A, AA and BA. RGB value is (154,170,186). Sum of RGB (Red+Green+Blue) = 154+170+186=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAABA is #655545. Grayscale: #A6A6A6. Windows color (decimal): -6640966 or 12233370. OLE color: 12233370.
HSL color Cylindrical-coordinate representation of color #9AAABA: hue angle of 210º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AAABA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 170 | 186 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.27 |
| HSL | 210º | 0.19% | 0.67% | - |
| HSV(B) | 210º | 0.17% | 0.73% | - |
| XYZ | 36.56 | 39.16 | 52.09 | - |
| YUV | 167.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 186 | 0.17 | 0.09 | 0 | 0.27 | 210 | 0.19 | 0.67 |
| Hex | 9A | AA | BA | 11 | 9 | 0 | 1B | D2 | 13 | 43 |
| Octal | 232 | 252 | 272 | 21 | 11 | 0 | 33 | 322 | 23 | 103 |
| Binary | 10011010 | 10101010 | 10111010 | 10001 | 1001 | 0 | 11011 | 11010010 | 10011 | 1000011 |
Color Harmonies of #9AAABA
Complementary color
Monochromatic Colors of #9AAABA
Black with #9AAABA
Text Example
Text Example
White with #9AAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAABA; }
p { color: rgb(154,170,186); }
H1.HeaderClassName
{
color: #9AAABA;
}
.AnyTagClassName
{
color: #9AAABA;
}
</style>
background-color css
<style>
a { background-color: #9AAABA; }
a { background-color: rgb(154,170,186); }
div.DivClassName
{
background-color: #9AAABA;
}
.BgClassName
{
background-color: #9AAABA;
}
</style>
border-color css
<style>
span { border-color: #9AAABA; }
span { border-color: rgb(154,170,186); }
td.TdClassName
{
border-color: #9AAABA;
}
.TagClassName
{
border-color: #9AAABA;
}
</style>