#82A2AE

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

Shades of Bali Hai #82A2AE

Tints of Bali Hai #82A2AE

Color information

#82A2AE (or 0x82A2AE) is unknown color: approx Bali Hai. HEX triplet: 82, A2 and AE. RGB value is (130,162,174). Sum of RGB (Red+Green+Blue) = 130+162+174=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #82A2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A2AE is #7D5D51. Grayscale: #999999. Windows color (decimal): -8215890 or 11444866. OLE color: 11444866.

HSL color Cylindrical-coordinate representation of color #82A2AE: hue angle of 196.36º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82A2AE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130162174-
CMYK0.250.0700.32
HSL196.36º21.36%59.61%-
HSV(B)196.36º25.29%68.24%-
XYZ29.7733.6444.97-
YUV153.8139.4111.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=27.90%
G=34.76%
B=37.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301621740.250.0700.32196.3621.3659.61
Hex82A2AE197020c4153c
Octal2022422563170403042574
Binary1000001010100010101011101100111101000001100010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,174); }

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

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

 a { background-color: rgb(130,162,174); }

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

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

 span { border-color: rgb(130,162,174); }

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