Shades of Nepal #91A9BC
Tints of Nepal #91A9BC
RGB
CMYK
RGB Variations
Color information
#91A9BC (or 0x91A9BC) is known color: Nepal. HEX triplet: 91, A9 and BC. RGB value is (145,169,188). Sum of RGB (Red+Green+Blue) = 145+169+188=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #91A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A9BC is #6E5643. Grayscale: #A3A3A3. Windows color (decimal): -7231044 or 12364177. OLE color: 12364177.
HSL color Cylindrical-coordinate representation of color #91A9BC: hue angle of 206.51º 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 #91A9BC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 169 | 188 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.26 |
| HSL | 206.51º | 0.24% | 0.65% | - |
| HSV(B) | 206.51º | 0.23% | 0.74% | - |
| XYZ | 34.94 | 38.03 | 53.08 | - |
| YUV | 163.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 188 | 0.23 | 0.10 | 0 | 0.26 | 206.51 | 0.24 | 0.65 |
| Hex | 91 | A9 | BC | 17 | A | 0 | 1A | CF | 18 | 41 |
| Octal | 221 | 251 | 274 | 27 | 12 | 0 | 32 | 317 | 30 | 101 |
| Binary | 10010001 | 10101001 | 10111100 | 10111 | 1010 | 0 | 11010 | 11001111 | 11000 | 1000001 |
Color Harmonies of #91A9BC
Complementary color
Monochromatic Colors of #91A9BC
Black with #91A9BC
Text Example
Text Example
White with #91A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A9BC; }
p { color: rgb(145,169,188); }
H1.HeaderClassName
{
color: #91A9BC;
}
.AnyTagClassName
{
color: #91A9BC;
}
</style>
background-color css
<style>
a { background-color: #91A9BC; }
a { background-color: rgb(145,169,188); }
div.DivClassName
{
background-color: #91A9BC;
}
.BgClassName
{
background-color: #91A9BC;
}
</style>
border-color css
<style>
span { border-color: #91A9BC; }
span { border-color: rgb(145,169,188); }
td.TdClassName
{
border-color: #91A9BC;
}
.TagClassName
{
border-color: #91A9BC;
}
</style>