Shades of Nepal #91AABC
Tints of Nepal #91AABC
RGB
CMYK
RGB Variations
Color information
#91AABC (or 0x91AABC) is known color: Nepal. HEX triplet: 91, AA and BC. RGB value is (145,170,188). Sum of RGB (Red+Green+Blue) = 145+170+188=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #91AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AABC is #6E5543. Grayscale: #A4A4A4. Windows color (decimal): -7230788 or 12364433. OLE color: 12364433.
HSL color Cylindrical-coordinate representation of color #91AABC: hue angle of 205.12º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91AABC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 170 | 188 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.26 |
| HSL | 205.12º | 0.24% | 0.65% | - |
| HSV(B) | 205.12º | 0.23% | 0.74% | - |
| XYZ | 35.13 | 38.4 | 53.14 | - |
| YUV | 164.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 188 | 0.23 | 0.10 | 0 | 0.26 | 205.12 | 0.24 | 0.65 |
| Hex | 91 | AA | BC | 17 | A | 0 | 1A | CD | 18 | 41 |
| Octal | 221 | 252 | 274 | 27 | 12 | 0 | 32 | 315 | 30 | 101 |
| Binary | 10010001 | 10101010 | 10111100 | 10111 | 1010 | 0 | 11010 | 11001101 | 11000 | 1000001 |
Color Harmonies of #91AABC
Complementary color
Monochromatic Colors of #91AABC
Black with #91AABC
Text Example
Text Example
White with #91AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AABC; }
p { color: rgb(145,170,188); }
H1.HeaderClassName
{
color: #91AABC;
}
.AnyTagClassName
{
color: #91AABC;
}
</style>
background-color css
<style>
a { background-color: #91AABC; }
a { background-color: rgb(145,170,188); }
div.DivClassName
{
background-color: #91AABC;
}
.BgClassName
{
background-color: #91AABC;
}
</style>
border-color css
<style>
span { border-color: #91AABC; }
span { border-color: rgb(145,170,188); }
td.TdClassName
{
border-color: #91AABC;
}
.TagClassName
{
border-color: #91AABC;
}
</style>