Shades of Nepal #82A5BC
Tints of Nepal #82A5BC
RGB
CMYK
RGB Variations
Color information
#82A5BC (or 0x82A5BC) is known color: Nepal. HEX triplet: 82, A5 and BC. RGB value is (130,165,188). Sum of RGB (Red+Green+Blue) = 130+165+188=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #82A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5BC is #7D5A43. Grayscale: #9D9D9D. Windows color (decimal): -8215108 or 12363138. OLE color: 12363138.
HSL color Cylindrical-coordinate representation of color #82A5BC: hue angle of 203.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82A5BC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 165 | 188 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.26 |
| HSL | 203.79º | 0.3% | 0.62% | - |
| HSV(B) | 203.79º | 0.31% | 0.74% | - |
| XYZ | 31.74 | 35.29 | 52.72 | - |
| YUV | 157.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 165 | 188 | 0.31 | 0.12 | 0 | 0.26 | 203.79 | 0.3 | 0.62 |
| Hex | 82 | A5 | BC | 1F | C | 0 | 1A | CC | 1E | 3E |
| Octal | 202 | 245 | 274 | 37 | 14 | 0 | 32 | 314 | 36 | 76 |
| Binary | 10000010 | 10100101 | 10111100 | 11111 | 1100 | 0 | 11010 | 11001100 | 11110 | 111110 |
Color Harmonies of #82A5BC
Complementary color
Monochromatic Colors of #82A5BC
Black with #82A5BC
Text Example
Text Example
White with #82A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A5BC; }
p { color: rgb(130,165,188); }
H1.HeaderClassName
{
color: #82A5BC;
}
.AnyTagClassName
{
color: #82A5BC;
}
</style>
background-color css
<style>
a { background-color: #82A5BC; }
a { background-color: rgb(130,165,188); }
div.DivClassName
{
background-color: #82A5BC;
}
.BgClassName
{
background-color: #82A5BC;
}
</style>
border-color css
<style>
span { border-color: #82A5BC; }
span { border-color: rgb(130,165,188); }
td.TdClassName
{
border-color: #82A5BC;
}
.TagClassName
{
border-color: #82A5BC;
}
</style>