Shades of Nepal #91AEBC
Tints of Nepal #91AEBC
RGB
CMYK
RGB Variations
Color information
#91AEBC (or 0x91AEBC) is known color: Nepal. HEX triplet: 91, AE and BC. RGB value is (145,174,188). Sum of RGB (Red+Green+Blue) = 145+174+188=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #91AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AEBC is #6E5143. Grayscale: #A6A6A6. Windows color (decimal): -7229764 or 12365457. OLE color: 12365457.
HSL color Cylindrical-coordinate representation of color #91AEBC: hue angle of 199.53º 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 #91AEBC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 174 | 188 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.26 |
| HSL | 199.53º | 0.24% | 0.65% | - |
| HSV(B) | 199.53º | 0.23% | 0.74% | - |
| XYZ | 35.89 | 39.92 | 53.39 | - |
| YUV | 166.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 174 | 188 | 0.23 | 0.07 | 0 | 0.26 | 199.53 | 0.24 | 0.65 |
| Hex | 91 | AE | BC | 17 | 7 | 0 | 1A | C8 | 18 | 41 |
| Octal | 221 | 256 | 274 | 27 | 7 | 0 | 32 | 310 | 30 | 101 |
| Binary | 10010001 | 10101110 | 10111100 | 10111 | 111 | 0 | 11010 | 11001000 | 11000 | 1000001 |
Color Harmonies of #91AEBC
Complementary color
Monochromatic Colors of #91AEBC
Black with #91AEBC
Text Example
Text Example
White with #91AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AEBC; }
p { color: rgb(145,174,188); }
H1.HeaderClassName
{
color: #91AEBC;
}
.AnyTagClassName
{
color: #91AEBC;
}
</style>
background-color css
<style>
a { background-color: #91AEBC; }
a { background-color: rgb(145,174,188); }
div.DivClassName
{
background-color: #91AEBC;
}
.BgClassName
{
background-color: #91AEBC;
}
</style>
border-color css
<style>
span { border-color: #91AEBC; }
span { border-color: rgb(145,174,188); }
td.TdClassName
{
border-color: #91AEBC;
}
.TagClassName
{
border-color: #91AEBC;
}
</style>