#84A2BC

Color #84A2BC Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #84A2BC

Tints of Nepal #84A2BC

Color information

#84A2BC (or 0x84A2BC) is unknown color: approx Nepal. HEX triplet: 84, A2 and BC. RGB value is (132,162,188). Sum of RGB (Red+Green+Blue) = 132+162+188=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #84A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2BC is #7B5D43. Grayscale: #9B9B9B. Windows color (decimal): -8084804 or 12362372. OLE color: 12362372.

HSL color Cylindrical-coordinate representation of color #84A2BC: hue angle of 207.86º 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 #84A2BC is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132162188-
CMYK0.300.1400.26
HSL207.86º29.47%62.75%-
HSV(B)207.86º29.79%73.73%-
XYZ31.5134.3852.55-
YUV155.99146.06110.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=27.39%
G=33.61%
B=39.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321621880.300.1400.26207.8629.4762.75
Hex84A2BC1EE01Ad01d3f
Octal20424227436160323203577
Binary1000010010100010101111001111011100110101101000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A2BC; }

 p { color: rgb(132,162,188); }

 H1.HeaderClassName
 {
   color: #84A2BC;
 }
 .AnyTagClassName
 {
   color: #84A2BC;
 }
</style>
background-color css

<style>
 a { background-color: #84A2BC; }

 a { background-color: rgb(132,162,188); }

 div.DivClassName
 {
   background-color: #84A2BC;
 }
 .BgClassName
 {
   background-color: #84A2BC;
 }
</style>
border-color css

<style>
 span { border-color: #84A2BC; }

 span { border-color: rgb(132,162,188); }

 td.TdClassName
 {
   border-color: #84A2BC;
 }
 .TagClassName
 {
   border-color: #84A2BC;
 }
</style>