#82A3BC

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

Shades of Nepal #82A3BC

Tints of Nepal #82A3BC

Color information

#82A3BC (or 0x82A3BC) is unknown color: approx Nepal. HEX triplet: 82, A3 and BC. RGB value is (130,163,188). Sum of RGB (Red+Green+Blue) = 130+163+188=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #82A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A3BC is #7D5C43. Grayscale: #9B9B9B. Windows color (decimal): -8215620 or 12362626. OLE color: 12362626.

HSL color Cylindrical-coordinate representation of color #82A3BC: hue angle of 205.86º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82A3BC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130163188-
CMYK0.310.1300.26
HSL205.86º30.21%62.35%-
HSV(B)205.86º30.85%73.73%-
XYZ31.3834.5752.6-
YUV155.98146.07109.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=27.03%
G=33.89%
B=39.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301631880.310.1300.26205.8630.2162.35
Hex82A3BC1FD01Ace1e3e
Octal20224327437150323163676
Binary1000001010100011101111001111111010110101100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A3BC; }

 p { color: rgb(130,163,188); }

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

<style>
 a { background-color: #82A3BC; }

 a { background-color: rgb(130,163,188); }

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

<style>
 span { border-color: #82A3BC; }

 span { border-color: rgb(130,163,188); }

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