Shades of Nepal #91AFBC
Tints of Nepal #91AFBC
RGB
CMYK
RGB Variations
Color information
#91AFBC (or 0x91AFBC) is known color: Nepal. HEX triplet: 91, AF and BC. RGB value is (145,175,188). Sum of RGB (Red+Green+Blue) = 145+175+188=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #91AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AFBC is #6E5043. Grayscale: #A7A7A7. Windows color (decimal): -7229508 or 12365713. OLE color: 12365713.
HSL color Cylindrical-coordinate representation of color #91AFBC: hue angle of 198.14º 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 #91AFBC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 175 | 188 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.26 |
| HSL | 198.14º | 0.24% | 0.65% | - |
| HSV(B) | 198.14º | 0.23% | 0.74% | - |
| XYZ | 36.08 | 40.31 | 53.46 | - |
| YUV | 167.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 188 | 0.23 | 0.07 | 0 | 0.26 | 198.14 | 0.24 | 0.65 |
| Hex | 91 | AF | BC | 17 | 7 | 0 | 1A | C6 | 18 | 41 |
| Octal | 221 | 257 | 274 | 27 | 7 | 0 | 32 | 306 | 30 | 101 |
| Binary | 10010001 | 10101111 | 10111100 | 10111 | 111 | 0 | 11010 | 11000110 | 11000 | 1000001 |
Color Harmonies of #91AFBC
Complementary color
Monochromatic Colors of #91AFBC
Black with #91AFBC
Text Example
Text Example
White with #91AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AFBC; }
p { color: rgb(145,175,188); }
H1.HeaderClassName
{
color: #91AFBC;
}
.AnyTagClassName
{
color: #91AFBC;
}
</style>
background-color css
<style>
a { background-color: #91AFBC; }
a { background-color: rgb(145,175,188); }
div.DivClassName
{
background-color: #91AFBC;
}
.BgClassName
{
background-color: #91AFBC;
}
</style>
border-color css
<style>
span { border-color: #91AFBC; }
span { border-color: rgb(145,175,188); }
td.TdClassName
{
border-color: #91AFBC;
}
.TagClassName
{
border-color: #91AFBC;
}
</style>