Shades of Nepal #84A2BB
Tints of Nepal #84A2BB
RGB
CMYK
RGB Variations
Color information
#84A2BB (or 0x84A2BB) is known color: Nepal. HEX triplet: 84, A2 and BB. RGB value is (132,162,187). Sum of RGB (Red+Green+Blue) = 132+162+187=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #84A2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2BB is #7B5D44. Grayscale: #9B9B9B. Windows color (decimal): -8084805 or 12296836. OLE color: 12296836.
HSL color Cylindrical-coordinate representation of color #84A2BB: hue angle of 207.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A2BB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 162 | 187 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.27 |
| HSL | 207.27º | 0.29% | 0.63% | - |
| HSV(B) | 207.27º | 0.29% | 0.73% | - |
| XYZ | 31.41 | 34.33 | 51.99 | - |
| YUV | 155.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 187 | 0.29 | 0.13 | 0 | 0.27 | 207.27 | 0.29 | 0.63 |
| Hex | 84 | A2 | BB | 1D | D | 0 | 1B | CF | 1D | 3F |
| Octal | 204 | 242 | 273 | 35 | 15 | 0 | 33 | 317 | 35 | 77 |
| Binary | 10000100 | 10100010 | 10111011 | 11101 | 1101 | 0 | 11011 | 11001111 | 11101 | 111111 |
Color Harmonies of #84A2BB
Complementary color
Monochromatic Colors of #84A2BB
Black with #84A2BB
Text Example
Text Example
White with #84A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2BB; }
p { color: rgb(132,162,187); }
H1.HeaderClassName
{
color: #84A2BB;
}
.AnyTagClassName
{
color: #84A2BB;
}
</style>
background-color css
<style>
a { background-color: #84A2BB; }
a { background-color: rgb(132,162,187); }
div.DivClassName
{
background-color: #84A2BB;
}
.BgClassName
{
background-color: #84A2BB;
}
</style>
border-color css
<style>
span { border-color: #84A2BB; }
span { border-color: rgb(132,162,187); }
td.TdClassName
{
border-color: #84A2BB;
}
.TagClassName
{
border-color: #84A2BB;
}
</style>