#84A2BA

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

Shades of Nepal #84A2BA

Tints of Nepal #84A2BA

Color information

#84A2BA (or 0x84A2BA) is unknown color: approx Nepal. HEX triplet: 84, A2 and BA. RGB value is (132,162,186). Sum of RGB (Red+Green+Blue) = 132+162+186=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2BA is #7B5D45. Grayscale: #9B9B9B. Windows color (decimal): -8084806 or 12231300. OLE color: 12231300.

HSL color Cylindrical-coordinate representation of color #84A2BA: hue angle of 206.67º 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 #84A2BA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132162186-
CMYK0.290.1300.27
HSL206.67º28.12%62.35%-
HSV(B)206.67º29.03%72.94%-
XYZ31.334.2951.42-
YUV155.77145.06111.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.5%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=27.5%
G=33.75%
B=38.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321621860.290.1300.27206.6728.1262.35
Hex84A2BA1DD01Bcf1c3e
Octal20424227235150333173476
Binary1000010010100010101110101110111010110111100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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