Shades of Nepal #91B0C5
Tints of Nepal #91B0C5
RGB
CMYK
RGB Variations
Color information
#91B0C5 (or 0x91B0C5) is known color: Nepal. HEX triplet: 91, B0 and C5. RGB value is (145,176,197). Sum of RGB (Red+Green+Blue) = 145+176+197=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #91B0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0C5 is #6E4F3A. Grayscale: #A9A9A9. Windows color (decimal): -7229243 or 12955793. OLE color: 12955793.
HSL color Cylindrical-coordinate representation of color #91B0C5: hue angle of 204.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91B0C5 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 176 | 197 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.23 |
| HSL | 204.23º | 0.31% | 0.67% | - |
| HSV(B) | 204.23º | 0.26% | 0.77% | - |
| XYZ | 37.28 | 41.1 | 58.79 | - |
| YUV | 169.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 197 | 0.26 | 0.11 | 0 | 0.23 | 204.23 | 0.31 | 0.67 |
| Hex | 91 | B0 | C5 | 1A | B | 0 | 17 | CC | 1F | 43 |
| Octal | 221 | 260 | 305 | 32 | 13 | 0 | 27 | 314 | 37 | 103 |
| Binary | 10010001 | 10110000 | 11000101 | 11010 | 1011 | 0 | 10111 | 11001100 | 11111 | 1000011 |
Color Harmonies of #91B0C5
Complementary color
Monochromatic Colors of #91B0C5
Black with #91B0C5
Text Example
Text Example
White with #91B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0C5; }
p { color: rgb(145,176,197); }
H1.HeaderClassName
{
color: #91B0C5;
}
.AnyTagClassName
{
color: #91B0C5;
}
</style>
background-color css
<style>
a { background-color: #91B0C5; }
a { background-color: rgb(145,176,197); }
div.DivClassName
{
background-color: #91B0C5;
}
.BgClassName
{
background-color: #91B0C5;
}
</style>
border-color css
<style>
span { border-color: #91B0C5; }
span { border-color: rgb(145,176,197); }
td.TdClassName
{
border-color: #91B0C5;
}
.TagClassName
{
border-color: #91B0C5;
}
</style>