#84A2B6

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

Shades of Bali Hai #84A2B6

Tints of Bali Hai #84A2B6

Color information

#84A2B6 (or 0x84A2B6) is unknown color: approx Bali Hai. HEX triplet: 84, A2 and B6. RGB value is (132,162,182). Sum of RGB (Red+Green+Blue) = 132+162+182=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #84A2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2B6 is #7B5D49. Grayscale: #9B9B9B. Windows color (decimal): -8084810 or 11969156. OLE color: 11969156.

HSL color Cylindrical-coordinate representation of color #84A2B6: hue angle of 204º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84A2B6 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132162182-
CMYK0.270.1100.29
HSL204º25.51%61.57%-
HSV(B)204º27.47%71.37%-
XYZ30.8834.1249.21-
YUV155.31143.06111.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=27.73%
G=34.03%
B=38.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321621820.270.1100.2920425.5161.57
Hex84A2B61BB01Dcc1a3e
Octal20424226633130353143276
Binary1000010010100010101101101101110110111011100110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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