Shades of Nepal #91ACBC
Tints of Nepal #91ACBC
RGB
CMYK
RGB Variations
Color information
#91ACBC (or 0x91ACBC) is known color: Nepal. HEX triplet: 91, AC and BC. RGB value is (145,172,188). Sum of RGB (Red+Green+Blue) = 145+172+188=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #91ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACBC is #6E5343. Grayscale: #A5A5A5. Windows color (decimal): -7230276 or 12364945. OLE color: 12364945.
HSL color Cylindrical-coordinate representation of color #91ACBC: hue angle of 202.33º 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 #91ACBC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 172 | 188 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.26 |
| HSL | 202.33º | 0.24% | 0.65% | - |
| HSV(B) | 202.33º | 0.23% | 0.74% | - |
| XYZ | 35.51 | 39.16 | 53.26 | - |
| YUV | 165.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 188 | 0.23 | 0.09 | 0 | 0.26 | 202.33 | 0.24 | 0.65 |
| Hex | 91 | AC | BC | 17 | 9 | 0 | 1A | CA | 18 | 41 |
| Octal | 221 | 254 | 274 | 27 | 11 | 0 | 32 | 312 | 30 | 101 |
| Binary | 10010001 | 10101100 | 10111100 | 10111 | 1001 | 0 | 11010 | 11001010 | 11000 | 1000001 |
Color Harmonies of #91ACBC
Complementary color
Monochromatic Colors of #91ACBC
Black with #91ACBC
Text Example
Text Example
White with #91ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACBC; }
p { color: rgb(145,172,188); }
H1.HeaderClassName
{
color: #91ACBC;
}
.AnyTagClassName
{
color: #91ACBC;
}
</style>
background-color css
<style>
a { background-color: #91ACBC; }
a { background-color: rgb(145,172,188); }
div.DivClassName
{
background-color: #91ACBC;
}
.BgClassName
{
background-color: #91ACBC;
}
</style>
border-color css
<style>
span { border-color: #91ACBC; }
span { border-color: rgb(145,172,188); }
td.TdClassName
{
border-color: #91ACBC;
}
.TagClassName
{
border-color: #91ACBC;
}
</style>