#A6BEBD

Color #A6BEBD Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #A6BEBD

Tints of Jungle Mist #A6BEBD

Color information

#A6BEBD (or 0xA6BEBD) is unknown color: approx Jungle Mist. HEX triplet: A6, BE and BD. RGB value is (166,190,189). Sum of RGB (Red+Green+Blue) = 166+190+189=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEBD is #594142. Grayscale: #B6B6B6. Windows color (decimal): -5849411 or 12435110. OLE color: 12435110.

HSL color Cylindrical-coordinate representation of color #A6BEBD: hue angle of 177.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BEBD is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB166190189-
CMYK0.1300.010.25
HSL177.5º15.58%69.8%-
HSV(B)177.5º12.63%74.51%-
XYZ43.3248.6155.24-
YUV182.71131.55116.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=30.46%
G=34.86%
B=34.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901890.1300.010.25177.515.5869.8
HexA6BEBDD0119b11046
Octal24627627515013126120106
Binary1010011010111110101111011101011100110110001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEBD; }

 p { color: rgb(166,190,189); }

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

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

 a { background-color: rgb(166,190,189); }

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

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

 span { border-color: rgb(166,190,189); }

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