#8196AE

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

Shades of Bali Hai #8196AE

Tints of Bali Hai #8196AE

Color information

#8196AE (or 0x8196AE) is unknown color: approx Bali Hai. HEX triplet: 81, 96 and AE. RGB value is (129,150,174). Sum of RGB (Red+Green+Blue) = 129+150+174=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #8196AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8196AE is #7E6951. Grayscale: #929292. Windows color (decimal): -8284498 or 11441793. OLE color: 11441793.

HSL color Cylindrical-coordinate representation of color #8196AE: hue angle of 212º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8196AE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129150174-
CMYK0.260.1400.32
HSL212º21.74%59.41%-
HSV(B)212º25.86%68.24%-
XYZ27.629.5444.29-
YUV146.46143.54115.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=28.48%
G=33.11%
B=38.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291501740.260.1400.3221221.7459.41
Hex8196AE1AE020d4163b
Octal20122625632160403242673
Binary10000001100101101010111011010111001000001101010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8196AE; }

 p { color: rgb(129,150,174); }

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

<style>
 a { background-color: #8196AE; }

 a { background-color: rgb(129,150,174); }

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

<style>
 span { border-color: #8196AE; }

 span { border-color: rgb(129,150,174); }

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