#B4BEBD

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

Shades of Jungle Mist #B4BEBD

Tints of Jungle Mist #B4BEBD

Color information

#B4BEBD (or 0xB4BEBD) is unknown color: approx Jungle Mist. HEX triplet: B4, BE and BD. RGB value is (180,190,189). Sum of RGB (Red+Green+Blue) = 180+190+189=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEBD is #4B4142. Grayscale: #BABABA. Windows color (decimal): -4931907 or 12435124. OLE color: 12435124.

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

Color convert

RGB180190189-
CMYK0.0500.010.25
HSL174º7.14%72.55%-
HSV(B)174º5.26%74.51%-
XYZ46.4250.255.39-
YUV186.9129.19123.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=32.20%
G=33.99%
B=33.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901890.0500.010.251747.1472.55
HexB4BEBD50119ae749
Octal264276275501312567111
Binary1011010010111110101111011010111001101011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEBD; }

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

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

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

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

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

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

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

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