#88A1AA

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

Shades of Bali Hai #88A1AA

Tints of Bali Hai #88A1AA

Color information

#88A1AA (or 0x88A1AA) is unknown color: approx Bali Hai. HEX triplet: 88, A1 and AA. RGB value is (136,161,170). Sum of RGB (Red+Green+Blue) = 136+161+170=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A1AA is #775E55. Grayscale: #9A9A9A. Windows color (decimal): -7822934 or 11182472. OLE color: 11182472.

HSL color Cylindrical-coordinate representation of color #88A1AA: hue angle of 195.88º 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 #88A1AA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136161170-
CMYK0.200.0500.33
HSL195.88º16.67%60%-
HSV(B)195.88º20%66.67%-
XYZ30.1533.6342.93-
YUV154.55136.72114.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=29.12%
G=34.48%
B=36.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361611700.200.0500.33195.8816.6760
Hex88A1AA145021c4113c
Octal2102412522450413042174
Binary1000100010100001101010101010010101000011100010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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