#84A2AB

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

Shades of Bali Hai #84A2AB

Tints of Bali Hai #84A2AB

Color information

#84A2AB (or 0x84A2AB) is unknown color: approx Bali Hai. HEX triplet: 84, A2 and AB. RGB value is (132,162,171). Sum of RGB (Red+Green+Blue) = 132+162+171=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A2AB is #7B5D54. Grayscale: #999999. Windows color (decimal): -8084821 or 11248260. OLE color: 11248260.

HSL color Cylindrical-coordinate representation of color #84A2AB: hue angle of 193.85º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A2AB is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132162171-
CMYK0.230.0500.33
HSL193.85º18.84%59.41%-
HSV(B)193.85º22.81%67.06%-
XYZ29.7933.6943.46-
YUV154.06137.56112.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=28.39%
G=34.84%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321621710.230.0500.33193.8518.8459.41
Hex84A2AB175021c2133b
Octal2042422532750413022373
Binary1000010010100010101010111011110101000011100001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,171); }

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

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

 a { background-color: rgb(132,162,171); }

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

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

 span { border-color: rgb(132,162,171); }

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