Shades of Nepal #91ABBE
Tints of Nepal #91ABBE
RGB
CMYK
RGB Variations
Color information
#91ABBE (or 0x91ABBE) is known color: Nepal. HEX triplet: 91, AB and BE. RGB value is (145,171,190). Sum of RGB (Red+Green+Blue) = 145+171+190=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #91ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABBE is #6E5441. Grayscale: #A5A5A5. Windows color (decimal): -7230530 or 12495761. OLE color: 12495761.
HSL color Cylindrical-coordinate representation of color #91ABBE: hue angle of 205.33º 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 #91ABBE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 171 | 190 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.25 |
| HSL | 205.33º | 0.26% | 0.66% | - |
| HSV(B) | 205.33º | 0.24% | 0.75% | - |
| XYZ | 35.53 | 38.86 | 54.34 | - |
| YUV | 165.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 190 | 0.24 | 0.10 | 0 | 0.25 | 205.33 | 0.26 | 0.66 |
| Hex | 91 | AB | BE | 18 | A | 0 | 19 | CD | 1A | 42 |
| Octal | 221 | 253 | 276 | 30 | 12 | 0 | 31 | 315 | 32 | 102 |
| Binary | 10010001 | 10101011 | 10111110 | 11000 | 1010 | 0 | 11001 | 11001101 | 11010 | 1000010 |
Color Harmonies of #91ABBE
Complementary color
Monochromatic Colors of #91ABBE
Black with #91ABBE
Text Example
Text Example
White with #91ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABBE; }
p { color: rgb(145,171,190); }
H1.HeaderClassName
{
color: #91ABBE;
}
.AnyTagClassName
{
color: #91ABBE;
}
</style>
background-color css
<style>
a { background-color: #91ABBE; }
a { background-color: rgb(145,171,190); }
div.DivClassName
{
background-color: #91ABBE;
}
.BgClassName
{
background-color: #91ABBE;
}
</style>
border-color css
<style>
span { border-color: #91ABBE; }
span { border-color: rgb(145,171,190); }
td.TdClassName
{
border-color: #91ABBE;
}
.TagClassName
{
border-color: #91ABBE;
}
</style>