#88A3AC

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

Shades of Bali Hai #88A3AC

Tints of Bali Hai #88A3AC

Color information

#88A3AC (or 0x88A3AC) is unknown color: approx Bali Hai. HEX triplet: 88, A3 and AC. RGB value is (136,163,172). Sum of RGB (Red+Green+Blue) = 136+163+172=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #88A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A3AC is #775C53. Grayscale: #9B9B9B. Windows color (decimal): -7822420 or 11314056. OLE color: 11314056.

HSL color Cylindrical-coordinate representation of color #88A3AC: hue angle of 195º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A3AC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136163172-
CMYK0.210.0500.33
HSL195º17.82%60.39%-
HSV(B)195º20.93%67.45%-
XYZ30.734.4144.05-
YUV155.95137.05113.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=28.87%
G=34.61%
B=36.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361631720.210.0500.3319517.8260.39
Hex88A3AC155021c3123c
Octal2102432542550413032274
Binary1000100010100011101011001010110101000011100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,163,172); }

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

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

 a { background-color: rgb(136,163,172); }

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

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

 span { border-color: rgb(136,163,172); }

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