#8199AB

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

Shades of Bali Hai #8199AB

Tints of Bali Hai #8199AB

Color information

#8199AB (or 0x8199AB) is unknown color: approx Bali Hai. HEX triplet: 81, 99 and AB. RGB value is (129,153,171). Sum of RGB (Red+Green+Blue) = 129+153+171=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8199AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8199AB is #7E6654. Grayscale: #939393. Windows color (decimal): -8283733 or 11245953. OLE color: 11245953.

HSL color Cylindrical-coordinate representation of color #8199AB: hue angle of 205.71º degrees, saturation: 0.2, 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 #8199AB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129153171-
CMYK0.250.1100.33
HSL205.71º20%58.82%-
HSV(B)205.71º24.56%67.06%-
XYZ27.830.3942.93-
YUV147.88141.05114.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=28.48%
G=33.77%
B=37.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291531710.250.1100.33205.712058.82
Hex8199AB19B021ce143b
Octal20123125331130413162473
Binary10000001100110011010101111001101101000011100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,153,171); }

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

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

 a { background-color: rgb(129,153,171); }

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

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

 span { border-color: rgb(129,153,171); }

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