#8196AC

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

Shades of Bali Hai #8196AC

Tints of Bali Hai #8196AC

Color information

#8196AC (or 0x8196AC) is unknown color: approx Bali Hai. HEX triplet: 81, 96 and AC. RGB value is (129,150,172). Sum of RGB (Red+Green+Blue) = 129+150+172=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #8196AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8196AC is #7E6953. Grayscale: #929292. Windows color (decimal): -8284500 or 11310721. OLE color: 11310721.

HSL color Cylindrical-coordinate representation of color #8196AC: hue angle of 210.7º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8196AC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129150172-
CMYK0.250.1300.33
HSL210.7º20.57%59.02%-
HSV(B)210.7º25%67.45%-
XYZ27.4129.4643.27-
YUV146.23142.54115.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=28.60%
G=33.26%
B=38.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291501720.250.1300.33210.720.5759.02
Hex8196AC19D021d3153b
Octal20122625431150413232573
Binary10000001100101101010110011001110101000011101001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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