#84A4BE

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

Shades of Nepal #84A4BE

Tints of Nepal #84A4BE

Color information

#84A4BE (or 0x84A4BE) is unknown color: approx Nepal. HEX triplet: 84, A4 and BE. RGB value is (132,164,190). Sum of RGB (Red+Green+Blue) = 132+164+190=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #84A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A4BE is #7B5B41. Grayscale: #9D9D9D. Windows color (decimal): -8084290 or 12493956. OLE color: 12493956.

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

Color convert

RGB132164190-
CMYK0.310.1400.25
HSL206.9º30.85%63.14%-
HSV(B)206.9º30.53%74.51%-
XYZ32.0935.1753.81-
YUV157.4146.4109.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=27.16%
G=33.74%
B=39.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321641900.310.1400.25206.930.8563.14
Hex84A4BE1FE019cf1f3f
Octal20424427637160313173777
Binary1000010010100100101111101111111100110011100111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,190); }

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

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

 a { background-color: rgb(132,164,190); }

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

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

 span { border-color: rgb(132,164,190); }

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