#86A4AF

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

Shades of Bali Hai #86A4AF

Tints of Bali Hai #86A4AF

Color information

#86A4AF (or 0x86A4AF) is unknown color: approx Bali Hai. HEX triplet: 86, A4 and AF. RGB value is (134,164,175). Sum of RGB (Red+Green+Blue) = 134+164+175=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #86A4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A4AF is #795B50. Grayscale: #9C9C9C. Windows color (decimal): -7953233 or 11510918. OLE color: 11510918.

HSL color Cylindrical-coordinate representation of color #86A4AF: hue angle of 196.1º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86A4AF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134164175-
CMYK0.230.0600.31
HSL196.1º20.4%60.59%-
HSV(B)196.1º23.43%68.63%-
XYZ30.8434.7145.63-
YUV156.28138.56112.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=28.33%
G=34.67%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341641750.230.0600.31196.120.460.59
Hex86A4AF17601Fc4143d
Octal2062442572760373042475
Binary100001101010010010101111101111100111111100010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A4AF; }

 p { color: rgb(134,164,175); }

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

<style>
 a { background-color: #86A4AF; }

 a { background-color: rgb(134,164,175); }

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

<style>
 span { border-color: #86A4AF; }

 span { border-color: rgb(134,164,175); }

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