Html Css Color HEX #82A0BA Bali Hai

📋 copy color: '#82A0BA'

red 130 ◦ green 160 ◦ blue 186

#82A0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #82A0BA

Tints of Bali Hai #82A0BA

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 value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#82A0BA (or 0x82A0BA) is known color: 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

RGB 130 160 186 -
CMYK 0.30 0.14 0 0.27
HSL 207.86º 0.29% 0.62% -
HSV(B) 207.86º 0.3% 0.73% -
XYZ 30.64 33.43 51.29 -
YUV 153.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 130 160 186 0.30 0.14 0 0.27 207.86 0.29 0.62
Hex 82 A0 BA 1E E 0 1B D0 1D 3E
Octal 202 240 272 36 16 0 33 320 35 76
Binary 10000010 10100000 10111010 11110 1110 0 11011 11010000 11101 111110

Color Harmonies of #82A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A0BA

Black with #82A0BA

Text Example


Text Example

White with #82A0BA

Text Example


Text Example

HTML Codes & Css Web 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>