#B5BEBD

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

Shades of Jungle Mist #B5BEBD

Tints of Jungle Mist #B5BEBD

Color information

#B5BEBD (or 0xB5BEBD) is unknown color: approx Jungle Mist. HEX triplet: B5, BE and BD. RGB value is (181,190,189). Sum of RGB (Red+Green+Blue) = 181+190+189=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEBD is #4A4142. Grayscale: #BBBBBB. Windows color (decimal): -4866371 or 12435125. OLE color: 12435125.

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

Color convert

RGB181190189-
CMYK0.0500.010.25
HSL173.33º6.47%72.75%-
HSV(B)173.33º4.74%74.51%-
XYZ46.6550.3255.4-
YUV187.2129.02123.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=32.32%
G=33.93%
B=33.75%

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
Decimal1811901890.0500.010.25173.336.4772.75
HexB5BEBD50119ad649
Octal265276275501312556111
Binary1011010110111110101111011010111001101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEBD; }

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

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

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

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

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

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

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

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