#B6BEBD

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

Shades of Jungle Mist #B6BEBD

Tints of Jungle Mist #B6BEBD

Color information

#B6BEBD (or 0xB6BEBD) is unknown color: approx Jungle Mist. HEX triplet: B6, BE and BD. RGB value is (182,190,189). Sum of RGB (Red+Green+Blue) = 182+190+189=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEBD is #494142. Grayscale: #BBBBBB. Windows color (decimal): -4800835 or 12435126. OLE color: 12435126.

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

Color convert

RGB182190189-
CMYK0.0400.010.25
HSL172.5º5.8%72.94%-
HSV(B)172.5º4.21%74.51%-
XYZ46.8950.4555.41-
YUV187.49128.85124.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=32.44%
G=33.87%
B=33.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901890.0400.010.25172.55.872.94
HexB6BEBD40119ac649
Octal266276275401312546111
Binary1011011010111110101111011000111001101011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEBD; }

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

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

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

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

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

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

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

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