#87A2AA

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

Shades of Bali Hai #87A2AA

Tints of Bali Hai #87A2AA

Color information

#87A2AA (or 0x87A2AA) is unknown color: approx Bali Hai. HEX triplet: 87, A2 and AA. RGB value is (135,162,170). Sum of RGB (Red+Green+Blue) = 135+162+170=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 162 (63.67% from 255 or 34.69% 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 #87A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A2AA is #785D55. Grayscale: #9A9A9A. Windows color (decimal): -7888214 or 11182727. OLE color: 11182727.

HSL color Cylindrical-coordinate representation of color #87A2AA: hue angle of 193.71º degrees, saturation: 0.17, 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 #87A2AA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135162170-
CMYK0.210.0500.33
HSL193.71º17.07%59.8%-
HSV(B)193.71º20.59%66.67%-
XYZ30.1733.8942.98-
YUV154.84136.55113.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=28.91%
G=34.69%
B=36.40%

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
Decimal1351621700.210.0500.33193.7117.0759.8
Hex87A2AA155021c2113c
Octal2072422522550413022174
Binary1000011110100010101010101010110101000011100001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,162,170); }

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

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

 a { background-color: rgb(135,162,170); }

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

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

 span { border-color: rgb(135,162,170); }

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