#8899AC

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

Shades of Bali Hai #8899AC

Tints of Bali Hai #8899AC

Color information

#8899AC (or 0x8899AC) is unknown color: approx Bali Hai. HEX triplet: 88, 99 and AC. RGB value is (136,153,172). Sum of RGB (Red+Green+Blue) = 136+153+172=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #8899AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8899AC is #776653. Grayscale: #959595. Windows color (decimal): -7824980 or 11311496. OLE color: 11311496.

HSL color Cylindrical-coordinate representation of color #8899AC: hue angle of 211.67º 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 #8899AC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136153172-
CMYK0.210.1100.33
HSL211.67º17.82%60.39%-
HSV(B)211.67º20.93%67.45%-
XYZ28.993143.48-
YUV150.08140.37117.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=29.50%
G=33.19%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361531720.210.1100.33211.6717.8260.39
Hex8899AC15B021d4123c
Octal21023125425130413242274
Binary10001000100110011010110010101101101000011101010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8899AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8899AC; }

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

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

<style>
 a { background-color: #8899AC; }

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

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

<style>
 span { border-color: #8899AC; }

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

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