#84A3AE

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

Shades of Bali Hai #84A3AE

Tints of Bali Hai #84A3AE

Color information

#84A3AE (or 0x84A3AE) is unknown color: approx Bali Hai. HEX triplet: 84, A3 and AE. RGB value is (132,163,174). Sum of RGB (Red+Green+Blue) = 132+163+174=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #84A3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A3AE is #7B5C51. Grayscale: #9A9A9A. Windows color (decimal): -8084562 or 11445124. OLE color: 11445124.

HSL color Cylindrical-coordinate representation of color #84A3AE: hue angle of 195.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84A3AE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132163174-
CMYK0.240.0600.32
HSL195.71º20.59%60%-
HSV(B)195.71º24.14%68.24%-
XYZ30.2534.1645.04-
YUV154.99138.73111.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=28.14%
G=34.75%
B=37.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321631740.240.0600.32195.7120.5960
Hex84A3AE186020c4153c
Octal2042432563060403042574
Binary1000010010100011101011101100011001000001100010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A3AE; }

 p { color: rgb(132,163,174); }

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

<style>
 a { background-color: #84A3AE; }

 a { background-color: rgb(132,163,174); }

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

<style>
 span { border-color: #84A3AE; }

 span { border-color: rgb(132,163,174); }

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