#84A1AB

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

Shades of Bali Hai #84A1AB

Tints of Bali Hai #84A1AB

Color information

#84A1AB (or 0x84A1AB) is unknown color: approx Bali Hai. HEX triplet: 84, A1 and AB. RGB value is (132,161,171). Sum of RGB (Red+Green+Blue) = 132+161+171=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A1AB is #7B5E54. Grayscale: #999999. Windows color (decimal): -8085077 or 11248004. OLE color: 11248004.

HSL color Cylindrical-coordinate representation of color #84A1AB: hue angle of 195.38º 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 #84A1AB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132161171-
CMYK0.230.0600.33
HSL195.38º18.84%59.41%-
HSV(B)195.38º22.81%67.06%-
XYZ29.6133.3443.4-
YUV153.47137.89112.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=28.45%
G=34.70%
B=36.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321611710.230.0600.33195.3818.8459.41
Hex84A1AB176021c3133b
Octal2042412532760413032373
Binary1000010010100001101010111011111001000011100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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