#86969C

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

Shades of Bali Hai #86969C

Tints of Bali Hai #86969C

Color information

#86969C (or 0x86969C) is unknown color: approx Bali Hai. HEX triplet: 86, 96 and 9C. RGB value is (134,150,156). Sum of RGB (Red+Green+Blue) = 134+150+156=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #86969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86969C is #796963. Grayscale: #919191. Windows color (decimal): -7956836 or 10262150. OLE color: 10262150.

HSL color Cylindrical-coordinate representation of color #86969C: hue angle of 196.36º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86969C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134150156-
CMYK0.140.0400.39
HSL196.36º10%56.86%-
HSV(B)196.36º14.1%61.18%-
XYZ26.7429.2835.7-
YUV145.9133.7119.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=30.45%
G=34.09%
B=35.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341501560.140.0400.39196.361056.86
Hex86969CE4027c4a39
Octal2062262341640473041271
Binary10000110100101101001110011101000100111110001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86969C; }

 p { color: rgb(134,150,156); }

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

<style>
 a { background-color: #86969C; }

 a { background-color: rgb(134,150,156); }

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

<style>
 span { border-color: #86969C; }

 span { border-color: rgb(134,150,156); }

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