#87A0AC

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

Shades of Bali Hai #87A0AC

Tints of Bali Hai #87A0AC

Color information

#87A0AC (or 0x87A0AC) is unknown color: approx Bali Hai. HEX triplet: 87, A0 and AC. RGB value is (135,160,172). Sum of RGB (Red+Green+Blue) = 135+160+172=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #87A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A0AC is #785F53. Grayscale: #999999. Windows color (decimal): -7888724 or 11313287. OLE color: 11313287.

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

Color convert

RGB135160172-
CMYK0.220.0700.33
HSL199.46º18.23%60.2%-
HSV(B)199.46º21.51%67.45%-
XYZ30.0133.2743.87-
YUV153.89138.22114.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=28.91%
G=34.26%
B=36.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351601720.220.0700.33199.4618.2360.2
Hex87A0AC167021c7123c
Octal2072402542670413072274
Binary1000011110100000101011001011011101000011100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A0AC; }

 p { color: rgb(135,160,172); }

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

<style>
 a { background-color: #87A0AC; }

 a { background-color: rgb(135,160,172); }

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

<style>
 span { border-color: #87A0AC; }

 span { border-color: rgb(135,160,172); }

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