#82A7BC

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

Shades of Nepal #82A7BC

Tints of Nepal #82A7BC

Color information

#82A7BC (or 0x82A7BC) is unknown color: approx Nepal. HEX triplet: 82, A7 and BC. RGB value is (130,167,188). Sum of RGB (Red+Green+Blue) = 130+167+188=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #82A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A7BC is #7D5843. Grayscale: #9E9E9E. Windows color (decimal): -8214596 or 12363650. OLE color: 12363650.

HSL color Cylindrical-coordinate representation of color #82A7BC: hue angle of 201.72º 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 #82A7BC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130167188-
CMYK0.310.1100.26
HSL201.72º30.21%62.35%-
HSV(B)201.72º30.85%73.73%-
XYZ32.136.0152.84-
YUV158.33144.74107.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=26.80%
G=34.43%
B=38.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301671880.310.1100.26201.7230.2162.35
Hex82A7BC1FB01Aca1e3e
Octal20224727437130323123676
Binary1000001010100111101111001111110110110101100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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