Shades of Nepal #91AFBD
Tints of Nepal #91AFBD
RGB
CMYK
RGB Variations
Color information
#91AFBD (or 0x91AFBD) is known color: Nepal. HEX triplet: 91, AF and BD. RGB value is (145,175,189). Sum of RGB (Red+Green+Blue) = 145+175+189=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #91AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFBD is #6E5042. Grayscale: #A7A7A7. Windows color (decimal): -7229507 or 12431249. OLE color: 12431249.
HSL color Cylindrical-coordinate representation of color #91AFBD: hue angle of 199.09º degrees, saturation: 0.25, 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 #91AFBD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 175 | 189 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.26 |
| HSL | 199.09º | 0.25% | 0.65% | - |
| HSV(B) | 199.09º | 0.23% | 0.74% | - |
| XYZ | 36.19 | 40.35 | 54.03 | - |
| YUV | 167.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 189 | 0.23 | 0.07 | 0 | 0.26 | 199.09 | 0.25 | 0.65 |
| Hex | 91 | AF | BD | 17 | 7 | 0 | 1A | C7 | 19 | 41 |
| Octal | 221 | 257 | 275 | 27 | 7 | 0 | 32 | 307 | 31 | 101 |
| Binary | 10010001 | 10101111 | 10111101 | 10111 | 111 | 0 | 11010 | 11000111 | 11001 | 1000001 |
Color Harmonies of #91AFBD
Complementary color
Monochromatic Colors of #91AFBD
Black with #91AFBD
Text Example
Text Example
White with #91AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AFBD; }
p { color: rgb(145,175,189); }
H1.HeaderClassName
{
color: #91AFBD;
}
.AnyTagClassName
{
color: #91AFBD;
}
</style>
background-color css
<style>
a { background-color: #91AFBD; }
a { background-color: rgb(145,175,189); }
div.DivClassName
{
background-color: #91AFBD;
}
.BgClassName
{
background-color: #91AFBD;
}
</style>
border-color css
<style>
span { border-color: #91AFBD; }
span { border-color: rgb(145,175,189); }
td.TdClassName
{
border-color: #91AFBD;
}
.TagClassName
{
border-color: #91AFBD;
}
</style>