Shades of Nepal #84A8BC
Tints of Nepal #84A8BC
RGB
CMYK
RGB Variations
Color information
#84A8BC (or 0x84A8BC) is known color: Nepal. HEX triplet: 84, A8 and BC. RGB value is (132,168,188). Sum of RGB (Red+Green+Blue) = 132+168+188=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #84A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8BC is #7B5743. Grayscale: #9F9F9F. Windows color (decimal): -8083268 or 12363908. OLE color: 12363908.
HSL color Cylindrical-coordinate representation of color #84A8BC: hue angle of 201.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A8BC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 168 | 188 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.26 |
| HSL | 201.43º | 0.29% | 0.63% | - |
| HSV(B) | 201.43º | 0.3% | 0.74% | - |
| XYZ | 32.6 | 36.54 | 52.91 | - |
| YUV | 159.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 188 | 0.30 | 0.11 | 0 | 0.26 | 201.43 | 0.29 | 0.63 |
| Hex | 84 | A8 | BC | 1E | B | 0 | 1A | C9 | 1D | 3F |
| Octal | 204 | 250 | 274 | 36 | 13 | 0 | 32 | 311 | 35 | 77 |
| Binary | 10000100 | 10101000 | 10111100 | 11110 | 1011 | 0 | 11010 | 11001001 | 11101 | 111111 |
Color Harmonies of #84A8BC
Complementary color
Monochromatic Colors of #84A8BC
Black with #84A8BC
Text Example
Text Example
White with #84A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8BC; }
p { color: rgb(132,168,188); }
H1.HeaderClassName
{
color: #84A8BC;
}
.AnyTagClassName
{
color: #84A8BC;
}
</style>
background-color css
<style>
a { background-color: #84A8BC; }
a { background-color: rgb(132,168,188); }
div.DivClassName
{
background-color: #84A8BC;
}
.BgClassName
{
background-color: #84A8BC;
}
</style>
border-color css
<style>
span { border-color: #84A8BC; }
span { border-color: rgb(132,168,188); }
td.TdClassName
{
border-color: #84A8BC;
}
.TagClassName
{
border-color: #84A8BC;
}
</style>