Shades of Nepal #91A8BC
Tints of Nepal #91A8BC
RGB
CMYK
RGB Variations
Color information
#91A8BC (or 0x91A8BC) is known color: Nepal. HEX triplet: 91, A8 and BC. RGB value is (145,168,188). Sum of RGB (Red+Green+Blue) = 145+168+188=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #91A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A8BC is #6E5743. Grayscale: #A3A3A3. Windows color (decimal): -7231300 or 12363921. OLE color: 12363921.
HSL color Cylindrical-coordinate representation of color #91A8BC: hue angle of 207.91º 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 #91A8BC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 168 | 188 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.26 |
| HSL | 207.91º | 0.24% | 0.65% | - |
| HSV(B) | 207.91º | 0.23% | 0.74% | - |
| XYZ | 34.76 | 37.66 | 53.01 | - |
| YUV | 163.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 168 | 188 | 0.23 | 0.11 | 0 | 0.26 | 207.91 | 0.24 | 0.65 |
| Hex | 91 | A8 | BC | 17 | B | 0 | 1A | D0 | 18 | 41 |
| Octal | 221 | 250 | 274 | 27 | 13 | 0 | 32 | 320 | 30 | 101 |
| Binary | 10010001 | 10101000 | 10111100 | 10111 | 1011 | 0 | 11010 | 11010000 | 11000 | 1000001 |
Color Harmonies of #91A8BC
Complementary color
Monochromatic Colors of #91A8BC
Black with #91A8BC
Text Example
Text Example
White with #91A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A8BC; }
p { color: rgb(145,168,188); }
H1.HeaderClassName
{
color: #91A8BC;
}
.AnyTagClassName
{
color: #91A8BC;
}
</style>
background-color css
<style>
a { background-color: #91A8BC; }
a { background-color: rgb(145,168,188); }
div.DivClassName
{
background-color: #91A8BC;
}
.BgClassName
{
background-color: #91A8BC;
}
</style>
border-color css
<style>
span { border-color: #91A8BC; }
span { border-color: rgb(145,168,188); }
td.TdClassName
{
border-color: #91A8BC;
}
.TagClassName
{
border-color: #91A8BC;
}
</style>