Shades of Nepal #9AAAB3
Tints of Nepal #9AAAB3
RGB
CMYK
RGB Variations
Color information
#9AAAB3 (or 0x9AAAB3) is known color: Nepal. HEX triplet: 9A, AA and B3. RGB value is (154,170,179). Sum of RGB (Red+Green+Blue) = 154+170+179=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 179 - color contains mainly: blue. Hex color #9AAAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAAB3 is #65554C. Grayscale: #A6A6A6. Windows color (decimal): -6640973 or 11774618. OLE color: 11774618.
HSL color Cylindrical-coordinate representation of color #9AAAB3: hue angle of 201.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AAAB3 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 170 | 179 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.30 |
| HSL | 201.6º | 0.14% | 0.65% | - |
| HSV(B) | 201.6º | 0.14% | 0.7% | - |
| XYZ | 35.84 | 38.87 | 48.26 | - |
| YUV | 166.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 179 | 0.14 | 0.05 | 0 | 0.30 | 201.6 | 0.14 | 0.65 |
| Hex | 9A | AA | B3 | E | 5 | 0 | 1E | CA | E | 41 |
| Octal | 232 | 252 | 263 | 16 | 5 | 0 | 36 | 312 | 16 | 101 |
| Binary | 10011010 | 10101010 | 10110011 | 1110 | 101 | 0 | 11110 | 11001010 | 1110 | 1000001 |
Color Harmonies of #9AAAB3
Complementary color
Monochromatic Colors of #9AAAB3
Black with #9AAAB3
Text Example
Text Example
White with #9AAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAAB3; }
p { color: rgb(154,170,179); }
H1.HeaderClassName
{
color: #9AAAB3;
}
.AnyTagClassName
{
color: #9AAAB3;
}
</style>
background-color css
<style>
a { background-color: #9AAAB3; }
a { background-color: rgb(154,170,179); }
div.DivClassName
{
background-color: #9AAAB3;
}
.BgClassName
{
background-color: #9AAAB3;
}
</style>
border-color css
<style>
span { border-color: #9AAAB3; }
span { border-color: rgb(154,170,179); }
td.TdClassName
{
border-color: #9AAAB3;
}
.TagClassName
{
border-color: #9AAAB3;
}
</style>