#8696AB

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

Shades of Bali Hai #8696AB

Tints of Bali Hai #8696AB

Color information

#8696AB (or 0x8696AB) is unknown color: approx Bali Hai. HEX triplet: 86, 96 and AB. RGB value is (134,150,171). Sum of RGB (Red+Green+Blue) = 134+150+171=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #8696AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8696AB is #796954. Grayscale: #939393. Windows color (decimal): -7956821 or 11245190. OLE color: 11245190.

HSL color Cylindrical-coordinate representation of color #8696AB: hue angle of 214.05º 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 #8696AB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134150171-
CMYK0.220.1200.33
HSL214.05º18.05%59.8%-
HSV(B)214.05º21.64%67.06%-
XYZ28.0929.8242.8-
YUV147.61141.2118.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=29.45%
G=32.97%
B=37.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341501710.220.1200.33214.0518.0559.8
Hex8696AB16C021d6123c
Octal20622625326140413262274
Binary10000110100101101010101110110110001000011101011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8696AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8696AB; }

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

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

<style>
 a { background-color: #8696AB; }

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

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

<style>
 span { border-color: #8696AB; }

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

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