Shades of Nepal #82A8BC
Tints of Nepal #82A8BC
RGB
CMYK
RGB Variations
Color information
#82A8BC (or 0x82A8BC) is known color: Nepal. HEX triplet: 82, A8 and BC. RGB value is (130,168,188). Sum of RGB (Red+Green+Blue) = 130+168+188=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #82A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8BC is #7D5743. Grayscale: #9E9E9E. Windows color (decimal): -8214340 or 12363906. OLE color: 12363906.
HSL color Cylindrical-coordinate representation of color #82A8BC: hue angle of 200.69º 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 #82A8BC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 168 | 188 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.26 |
| HSL | 200.69º | 0.3% | 0.62% | - |
| HSV(B) | 200.69º | 0.31% | 0.74% | - |
| XYZ | 32.29 | 36.38 | 52.9 | - |
| YUV | 158.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 188 | 0.31 | 0.11 | 0 | 0.26 | 200.69 | 0.3 | 0.62 |
| Hex | 82 | A8 | BC | 1F | B | 0 | 1A | C9 | 1E | 3E |
| Octal | 202 | 250 | 274 | 37 | 13 | 0 | 32 | 311 | 36 | 76 |
| Binary | 10000010 | 10101000 | 10111100 | 11111 | 1011 | 0 | 11010 | 11001001 | 11110 | 111110 |
Color Harmonies of #82A8BC
Complementary color
Monochromatic Colors of #82A8BC
Black with #82A8BC
Text Example
Text Example
White with #82A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A8BC; }
p { color: rgb(130,168,188); }
H1.HeaderClassName
{
color: #82A8BC;
}
.AnyTagClassName
{
color: #82A8BC;
}
</style>
background-color css
<style>
a { background-color: #82A8BC; }
a { background-color: rgb(130,168,188); }
div.DivClassName
{
background-color: #82A8BC;
}
.BgClassName
{
background-color: #82A8BC;
}
</style>
border-color css
<style>
span { border-color: #82A8BC; }
span { border-color: rgb(130,168,188); }
td.TdClassName
{
border-color: #82A8BC;
}
.TagClassName
{
border-color: #82A8BC;
}
</style>