Shades of Nepal #84A9BE
Tints of Nepal #84A9BE
RGB
CMYK
RGB Variations
Color information
#84A9BE (or 0x84A9BE) is known color: Nepal. HEX triplet: 84, A9 and BE. RGB value is (132,169,190). Sum of RGB (Red+Green+Blue) = 132+169+190=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #84A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9BE is #7B5641. Grayscale: #A0A0A0. Windows color (decimal): -8083010 or 12495236. OLE color: 12495236.
HSL color Cylindrical-coordinate representation of color #84A9BE: hue angle of 201.72º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A9BE is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 169 | 190 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.25 |
| HSL | 201.72º | 0.31% | 0.63% | - |
| HSV(B) | 201.72º | 0.31% | 0.75% | - |
| XYZ | 33 | 37 | 54.12 | - |
| YUV | 160.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 190 | 0.31 | 0.11 | 0 | 0.25 | 201.72 | 0.31 | 0.63 |
| Hex | 84 | A9 | BE | 1F | B | 0 | 19 | CA | 1F | 3F |
| Octal | 204 | 251 | 276 | 37 | 13 | 0 | 31 | 312 | 37 | 77 |
| Binary | 10000100 | 10101001 | 10111110 | 11111 | 1011 | 0 | 11001 | 11001010 | 11111 | 111111 |
Color Harmonies of #84A9BE
Complementary color
Monochromatic Colors of #84A9BE
Black with #84A9BE
Text Example
Text Example
White with #84A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9BE; }
p { color: rgb(132,169,190); }
H1.HeaderClassName
{
color: #84A9BE;
}
.AnyTagClassName
{
color: #84A9BE;
}
</style>
background-color css
<style>
a { background-color: #84A9BE; }
a { background-color: rgb(132,169,190); }
div.DivClassName
{
background-color: #84A9BE;
}
.BgClassName
{
background-color: #84A9BE;
}
</style>
border-color css
<style>
span { border-color: #84A9BE; }
span { border-color: rgb(132,169,190); }
td.TdClassName
{
border-color: #84A9BE;
}
.TagClassName
{
border-color: #84A9BE;
}
</style>