Shades of Nepal #84A8BA
Tints of Nepal #84A8BA
RGB
CMYK
RGB Variations
Color information
#84A8BA (or 0x84A8BA) is known color: Nepal. HEX triplet: 84, A8 and BA. RGB value is (132,168,186). Sum of RGB (Red+Green+Blue) = 132+168+186=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8BA is #7B5745. Grayscale: #9F9F9F. Windows color (decimal): -8083270 or 12232836. OLE color: 12232836.
HSL color Cylindrical-coordinate representation of color #84A8BA: hue angle of 200º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A8BA is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 168 | 186 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.27 |
| HSL | 200º | 0.28% | 0.62% | - |
| HSV(B) | 200º | 0.29% | 0.73% | - |
| XYZ | 32.38 | 36.46 | 51.78 | - |
| YUV | 159.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 186 | 0.29 | 0.10 | 0 | 0.27 | 200 | 0.28 | 0.62 |
| Hex | 84 | A8 | BA | 1D | A | 0 | 1B | C8 | 1C | 3E |
| Octal | 204 | 250 | 272 | 35 | 12 | 0 | 33 | 310 | 34 | 76 |
| Binary | 10000100 | 10101000 | 10111010 | 11101 | 1010 | 0 | 11011 | 11001000 | 11100 | 111110 |
Color Harmonies of #84A8BA
Complementary color
Monochromatic Colors of #84A8BA
Black with #84A8BA
Text Example
Text Example
White with #84A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8BA; }
p { color: rgb(132,168,186); }
H1.HeaderClassName
{
color: #84A8BA;
}
.AnyTagClassName
{
color: #84A8BA;
}
</style>
background-color css
<style>
a { background-color: #84A8BA; }
a { background-color: rgb(132,168,186); }
div.DivClassName
{
background-color: #84A8BA;
}
.BgClassName
{
background-color: #84A8BA;
}
</style>
border-color css
<style>
span { border-color: #84A8BA; }
span { border-color: rgb(132,168,186); }
td.TdClassName
{
border-color: #84A8BA;
}
.TagClassName
{
border-color: #84A8BA;
}
</style>