Shades of Nepal #97AAB5
Tints of Nepal #97AAB5
RGB
CMYK
RGB Variations
Color information
#97AAB5 (or 0x97AAB5) is known color: Nepal. HEX triplet: 97, AA and B5. RGB value is (151,170,181). Sum of RGB (Red+Green+Blue) = 151+170+181=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #97AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AAB5 is #68554A. Grayscale: #A5A5A5. Windows color (decimal): -6837579 or 11905687. OLE color: 11905687.
HSL color Cylindrical-coordinate representation of color #97AAB5: hue angle of 202º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97AAB5 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 170 | 181 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.29 |
| HSL | 202º | 0.17% | 0.65% | - |
| HSV(B) | 202º | 0.17% | 0.71% | - |
| XYZ | 35.48 | 38.66 | 49.31 | - |
| YUV | 165.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 170 | 181 | 0.17 | 0.06 | 0 | 0.29 | 202 | 0.17 | 0.65 |
| Hex | 97 | AA | B5 | 11 | 6 | 0 | 1D | CA | 11 | 41 |
| Octal | 227 | 252 | 265 | 21 | 6 | 0 | 35 | 312 | 21 | 101 |
| Binary | 10010111 | 10101010 | 10110101 | 10001 | 110 | 0 | 11101 | 11001010 | 10001 | 1000001 |
Color Harmonies of #97AAB5
Complementary color
Monochromatic Colors of #97AAB5
Black with #97AAB5
Text Example
Text Example
White with #97AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AAB5; }
p { color: rgb(151,170,181); }
H1.HeaderClassName
{
color: #97AAB5;
}
.AnyTagClassName
{
color: #97AAB5;
}
</style>
background-color css
<style>
a { background-color: #97AAB5; }
a { background-color: rgb(151,170,181); }
div.DivClassName
{
background-color: #97AAB5;
}
.BgClassName
{
background-color: #97AAB5;
}
</style>
border-color css
<style>
span { border-color: #97AAB5; }
span { border-color: rgb(151,170,181); }
td.TdClassName
{
border-color: #97AAB5;
}
.TagClassName
{
border-color: #97AAB5;
}
</style>