Shades of Nepal #83A2BA
Tints of Nepal #83A2BA
RGB
CMYK
RGB Variations
Color information
#83A2BA (or 0x83A2BA) is known color: Nepal. HEX triplet: 83, A2 and BA. RGB value is (131,162,186). Sum of RGB (Red+Green+Blue) = 131+162+186=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #83A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A2BA is #7C5D45. Grayscale: #9B9B9B. Windows color (decimal): -8150342 or 12231299. OLE color: 12231299.
HSL color Cylindrical-coordinate representation of color #83A2BA: hue angle of 206.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A2BA is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 162 | 186 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.27 |
| HSL | 206.18º | 0.28% | 0.62% | - |
| HSV(B) | 206.18º | 0.3% | 0.73% | - |
| XYZ | 31.14 | 34.21 | 51.42 | - |
| YUV | 155.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 186 | 0.30 | 0.13 | 0 | 0.27 | 206.18 | 0.28 | 0.62 |
| Hex | 83 | A2 | BA | 1E | D | 0 | 1B | CE | 1C | 3E |
| Octal | 203 | 242 | 272 | 36 | 15 | 0 | 33 | 316 | 34 | 76 |
| Binary | 10000011 | 10100010 | 10111010 | 11110 | 1101 | 0 | 11011 | 11001110 | 11100 | 111110 |
Color Harmonies of #83A2BA
Complementary color
Monochromatic Colors of #83A2BA
Black with #83A2BA
Text Example
Text Example
White with #83A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A2BA; }
p { color: rgb(131,162,186); }
H1.HeaderClassName
{
color: #83A2BA;
}
.AnyTagClassName
{
color: #83A2BA;
}
</style>
background-color css
<style>
a { background-color: #83A2BA; }
a { background-color: rgb(131,162,186); }
div.DivClassName
{
background-color: #83A2BA;
}
.BgClassName
{
background-color: #83A2BA;
}
</style>
border-color css
<style>
span { border-color: #83A2BA; }
span { border-color: rgb(131,162,186); }
td.TdClassName
{
border-color: #83A2BA;
}
.TagClassName
{
border-color: #83A2BA;
}
</style>