#80A2B1

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

Shades of Bali Hai #80A2B1

Tints of Bali Hai #80A2B1

Color information

#80A2B1 (or 0x80A2B1) is unknown color: approx Bali Hai. HEX triplet: 80, A2 and B1. RGB value is (128,162,177). Sum of RGB (Red+Green+Blue) = 128+162+177=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #80A2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A2B1 is #7F5D4E. Grayscale: #999999. Windows color (decimal): -8346959 or 11641472. OLE color: 11641472.

HSL color Cylindrical-coordinate representation of color #80A2B1: hue angle of 198.37º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A2B1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128162177-
CMYK0.280.0800.31
HSL198.37º23.9%59.8%-
HSV(B)198.37º27.68%69.41%-
XYZ29.7633.646.51-
YUV153.54141.24109.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=27.41%
G=34.69%
B=37.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281621770.280.0800.31198.3723.959.8
Hex80A2B11C801Fc6183c
Octal20024226134100373063074
Binary1000000010100010101100011110010000111111100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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