Shades of Nepal #91A6BB
Tints of Nepal #91A6BB
RGB
CMYK
RGB Variations
Color information
#91A6BB (or 0x91A6BB) is known color: Nepal. HEX triplet: 91, A6 and BB. RGB value is (145,166,187). Sum of RGB (Red+Green+Blue) = 145+166+187=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #91A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6BB is #6E5944. Grayscale: #A2A2A2. Windows color (decimal): -7231813 or 12297873. OLE color: 12297873.
HSL color Cylindrical-coordinate representation of color #91A6BB: hue angle of 210º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91A6BB is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 166 | 187 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.27 |
| HSL | 210º | 0.24% | 0.65% | - |
| HSV(B) | 210º | 0.22% | 0.73% | - |
| XYZ | 34.28 | 36.88 | 52.33 | - |
| YUV | 162.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 187 | 0.22 | 0.11 | 0 | 0.27 | 210 | 0.24 | 0.65 |
| Hex | 91 | A6 | BB | 16 | B | 0 | 1B | D2 | 18 | 41 |
| Octal | 221 | 246 | 273 | 26 | 13 | 0 | 33 | 322 | 30 | 101 |
| Binary | 10010001 | 10100110 | 10111011 | 10110 | 1011 | 0 | 11011 | 11010010 | 11000 | 1000001 |
Color Harmonies of #91A6BB
Complementary color
Monochromatic Colors of #91A6BB
Black with #91A6BB
Text Example
Text Example
White with #91A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6BB; }
p { color: rgb(145,166,187); }
H1.HeaderClassName
{
color: #91A6BB;
}
.AnyTagClassName
{
color: #91A6BB;
}
</style>
background-color css
<style>
a { background-color: #91A6BB; }
a { background-color: rgb(145,166,187); }
div.DivClassName
{
background-color: #91A6BB;
}
.BgClassName
{
background-color: #91A6BB;
}
</style>
border-color css
<style>
span { border-color: #91A6BB; }
span { border-color: rgb(145,166,187); }
td.TdClassName
{
border-color: #91A6BB;
}
.TagClassName
{
border-color: #91A6BB;
}
</style>