#87A0AB

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

Shades of Bali Hai #87A0AB

Tints of Bali Hai #87A0AB

Color information

#87A0AB (or 0x87A0AB) is unknown color: approx Bali Hai. HEX triplet: 87, A0 and AB. RGB value is (135,160,171). Sum of RGB (Red+Green+Blue) = 135+160+171=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #87A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A0AB is #785F54. Grayscale: #999999. Windows color (decimal): -7888725 or 11247751. OLE color: 11247751.

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

Color convert

RGB135160171-
CMYK0.210.0600.33
HSL198.33º17.65%60%-
HSV(B)198.33º21.05%67.06%-
XYZ29.9133.2343.37-
YUV153.78137.72114.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=28.97%
G=34.33%
B=36.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351601710.210.0600.33198.3317.6560
Hex87A0AB156021c6123c
Octal2072402532560413062274
Binary1000011110100000101010111010111001000011100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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