#82A0BA

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

Shades of Bali Hai #82A0BA

Tints of Bali Hai #82A0BA

Color information

#82A0BA (or 0x82A0BA) is unknown color: approx Bali Hai. HEX triplet: 82, A0 and BA. RGB value is (130,160,186). Sum of RGB (Red+Green+Blue) = 130+160+186=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #82A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0BA is #7D5F45. Grayscale: #999999. Windows color (decimal): -8216390 or 12230786. OLE color: 12230786.

HSL color Cylindrical-coordinate representation of color #82A0BA: hue angle of 207.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82A0BA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130160186-
CMYK0.300.1400.27
HSL207.86º28.87%61.96%-
HSV(B)207.86º30.11%72.94%-
XYZ30.6433.4351.29-
YUV153.99146.06110.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=27.31%
G=33.61%
B=39.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301601860.300.1400.27207.8628.8761.96
Hex82A0BA1EE01Bd01d3e
Octal20224027236160333203576
Binary1000001010100000101110101111011100110111101000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,160,186); }

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

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

 a { background-color: rgb(130,160,186); }

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

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

 span { border-color: rgb(130,160,186); }

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