Html Css Color HEX #80A2BA Bali Hai

📋 copy color: '#80A2BA'

red 128 ◦ green 162 ◦ blue 186

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

Shades of Bali Hai #80A2BA

Tints of Bali Hai #80A2BA

RGB

 RED value IS 128 (50.39% from 255) = 26.89%

 GREEN value IS 162 (63.67% from 255) = 34.03%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 26.89%
G = 34.03%
B = 39.08%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A2BA (or 0x80A2BA) is known color: Bali Hai. HEX triplet: 80, A2 and BA. RGB value is (128,162,186). Sum of RGB (Red+Green+Blue) = 128+162+186=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 162 (63.67% from 255 or 34.03% 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 #80A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2BA is #7F5D45. Grayscale: #9A9A9A. Windows color (decimal): -8346950 or 12231296. OLE color: 12231296.

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

Color convert

RGB 128 162 186 -
CMYK 0.31 0.13 0 0.27
HSL 204.83º 0.3% 0.62% -
HSV(B) 204.83º 0.31% 0.73% -
XYZ 30.69 33.98 51.39 -
YUV 154.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 128 162 186 0.31 0.13 0 0.27 204.83 0.3 0.62
Hex 80 A2 BA 1F D 0 1B CD 1E 3E
Octal 200 242 272 37 15 0 33 315 36 76
Binary 10000000 10100010 10111010 11111 1101 0 11011 11001101 11110 111110

Color Harmonies of #80A2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2BA

Black with #80A2BA

Text Example


Text Example

White with #80A2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A2BA; }

 p { color: rgb(128,162,186); }

 H1.HeaderClassName
 {
   color: #80A2BA;
 }
 .AnyTagClassName
 {
   color: #80A2BA;
 }
</style>

background-color css

<style>
 a { background-color: #80A2BA; }

 a { background-color: rgb(128,162,186); }

 div.DivClassName
 {
   background-color: #80A2BA;
 }
 .BgClassName
 {
   background-color: #80A2BA;
 }
</style>

border-color css

<style>
 span { border-color: #80A2BA; }

 span { border-color: rgb(128,162,186); }

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