#88A0AA

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

Shades of Bali Hai #88A0AA

Tints of Bali Hai #88A0AA

Color information

#88A0AA (or 0x88A0AA) is unknown color: approx Bali Hai. HEX triplet: 88, A0 and AA. RGB value is (136,160,170). Sum of RGB (Red+Green+Blue) = 136+160+170=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A0AA is #775F55. Grayscale: #999999. Windows color (decimal): -7823190 or 11182216. OLE color: 11182216.

HSL color Cylindrical-coordinate representation of color #88A0AA: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A0AA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136160170-
CMYK0.200.0600.33
HSL197.65º16.67%60%-
HSV(B)197.65º20%66.67%-
XYZ29.9833.2842.87-
YUV153.96137.05115.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=29.18%
G=34.33%
B=36.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361601700.200.0600.33197.6516.6760
Hex88A0AA146021c6113c
Octal2102402522460413062174
Binary1000100010100000101010101010011001000011100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A0AA; }

 p { color: rgb(136,160,170); }

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

<style>
 a { background-color: #88A0AA; }

 a { background-color: rgb(136,160,170); }

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

<style>
 span { border-color: #88A0AA; }

 span { border-color: rgb(136,160,170); }

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