Shades of Nepal #A0B2C1
Tints of Nepal #A0B2C1
RGB
CMYK
RGB Variations
Color information
#A0B2C1 (or 0xA0B2C1) is known color: Nepal. HEX triplet: A0, B2 and C1. RGB value is (160,178,193). Sum of RGB (Red+Green+Blue) = 160+178+193=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2C1 is #5F4D3E. Grayscale: #AEAEAE. Windows color (decimal): -6245695 or 12694176. OLE color: 12694176.
HSL color Cylindrical-coordinate representation of color #A0B2C1: hue angle of 207.27º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0B2C1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 178 | 193 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.24 |
| HSL | 207.27º | 0.21% | 0.69% | - |
| HSV(B) | 207.27º | 0.17% | 0.76% | - |
| XYZ | 40.04 | 43.16 | 56.67 | - |
| YUV | 174.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 193 | 0.17 | 0.08 | 0 | 0.24 | 207.27 | 0.21 | 0.69 |
| Hex | A0 | B2 | C1 | 11 | 8 | 0 | 18 | CF | 15 | 45 |
| Octal | 240 | 262 | 301 | 21 | 10 | 0 | 30 | 317 | 25 | 105 |
| Binary | 10100000 | 10110010 | 11000001 | 10001 | 1000 | 0 | 11000 | 11001111 | 10101 | 1000101 |
Color Harmonies of #A0B2C1
Complementary color
Monochromatic Colors of #A0B2C1
Black with #A0B2C1
Text Example
Text Example
White with #A0B2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2C1; }
p { color: rgb(160,178,193); }
H1.HeaderClassName
{
color: #A0B2C1;
}
.AnyTagClassName
{
color: #A0B2C1;
}
</style>
background-color css
<style>
a { background-color: #A0B2C1; }
a { background-color: rgb(160,178,193); }
div.DivClassName
{
background-color: #A0B2C1;
}
.BgClassName
{
background-color: #A0B2C1;
}
</style>
border-color css
<style>
span { border-color: #A0B2C1; }
span { border-color: rgb(160,178,193); }
td.TdClassName
{
border-color: #A0B2C1;
}
.TagClassName
{
border-color: #A0B2C1;
}
</style>