Shades of Nepal #91B0BE
Tints of Nepal #91B0BE
RGB
CMYK
RGB Variations
Color information
#91B0BE (or 0x91B0BE) is known color: Nepal. HEX triplet: 91, B0 and BE. RGB value is (145,176,190). Sum of RGB (Red+Green+Blue) = 145+176+190=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #91B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0BE is #6E4F41. Grayscale: #A8A8A8. Windows color (decimal): -7229250 or 12497041. OLE color: 12497041.
HSL color Cylindrical-coordinate representation of color #91B0BE: hue angle of 198.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91B0BE is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 176 | 190 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.25 |
| HSL | 198.67º | 0.26% | 0.66% | - |
| HSV(B) | 198.67º | 0.24% | 0.75% | - |
| XYZ | 36.5 | 40.79 | 54.66 | - |
| YUV | 168.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 190 | 0.24 | 0.07 | 0 | 0.25 | 198.67 | 0.26 | 0.66 |
| Hex | 91 | B0 | BE | 18 | 7 | 0 | 19 | C7 | 1A | 42 |
| Octal | 221 | 260 | 276 | 30 | 7 | 0 | 31 | 307 | 32 | 102 |
| Binary | 10010001 | 10110000 | 10111110 | 11000 | 111 | 0 | 11001 | 11000111 | 11010 | 1000010 |
Color Harmonies of #91B0BE
Complementary color
Monochromatic Colors of #91B0BE
Black with #91B0BE
Text Example
Text Example
White with #91B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0BE; }
p { color: rgb(145,176,190); }
H1.HeaderClassName
{
color: #91B0BE;
}
.AnyTagClassName
{
color: #91B0BE;
}
</style>
background-color css
<style>
a { background-color: #91B0BE; }
a { background-color: rgb(145,176,190); }
div.DivClassName
{
background-color: #91B0BE;
}
.BgClassName
{
background-color: #91B0BE;
}
</style>
border-color css
<style>
span { border-color: #91B0BE; }
span { border-color: rgb(145,176,190); }
td.TdClassName
{
border-color: #91B0BE;
}
.TagClassName
{
border-color: #91B0BE;
}
</style>