#8199AE

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

Shades of Bali Hai #8199AE

Tints of Bali Hai #8199AE

Color information

#8199AE (or 0x8199AE) is unknown color: approx Bali Hai. HEX triplet: 81, 99 and AE. RGB value is (129,153,174). Sum of RGB (Red+Green+Blue) = 129+153+174=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8199AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8199AE is #7E6651. Grayscale: #949494. Windows color (decimal): -8283730 or 11442561. OLE color: 11442561.

HSL color Cylindrical-coordinate representation of color #8199AE: hue angle of 208º 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 #8199AE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129153174-
CMYK0.260.1200.32
HSL208º21.74%59.41%-
HSV(B)208º25.86%68.24%-
XYZ28.0830.5144.45-
YUV148.22142.55114.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=28.29%
G=33.55%
B=38.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291531740.260.1200.3220821.7459.41
Hex8199AE1AC020d0163b
Octal20123125632140403202673
Binary10000001100110011010111011010110001000001101000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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