#B3BEBD

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

Shades of Jungle Mist #B3BEBD

Tints of Jungle Mist #B3BEBD

Color information

#B3BEBD (or 0xB3BEBD) is unknown color: approx Jungle Mist. HEX triplet: B3, BE and BD. RGB value is (179,190,189). Sum of RGB (Red+Green+Blue) = 179+190+189=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEBD is #4C4142. Grayscale: #BABABA. Windows color (decimal): -4997443 or 12435123. OLE color: 12435123.

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

Color convert

RGB179190189-
CMYK0.0600.010.25
HSL174.55º7.8%72.35%-
HSV(B)174.55º5.79%74.51%-
XYZ46.1950.0855.38-
YUV186.6129.36122.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=32.08%
G=34.05%
B=33.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901890.0600.010.25174.557.872.35
HexB3BEBD60119af848
Octal2632762756013125710110
Binary10110011101111101011110111001110011010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEBD; }

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

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

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

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

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

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

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

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