#B2BEBD

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

Shades of Jungle Mist #B2BEBD

Tints of Jungle Mist #B2BEBD

Color information

#B2BEBD (or 0xB2BEBD) is unknown color: approx Jungle Mist. HEX triplet: B2, BE and BD. RGB value is (178,190,189). Sum of RGB (Red+Green+Blue) = 178+190+189=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEBD is #4D4142. Grayscale: #BABABA. Windows color (decimal): -5062979 or 12435122. OLE color: 12435122.

HSL color Cylindrical-coordinate representation of color #B2BEBD: hue angle of 175º 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 #B2BEBD is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB178190189-
CMYK0.0600.010.25
HSL175º8.45%72.16%-
HSV(B)175º6.32%74.51%-
XYZ45.9649.9755.37-
YUV186.3129.52122.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=31.96%
G=34.11%
B=33.93%

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
Decimal1781901890.0600.010.251758.4572.16
HexB2BEBD60119af848
Octal2622762756013125710110
Binary10110010101111101011110111001110011010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEBD; }

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

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

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

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

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

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

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

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