#B7BDBD

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

Shades of Jungle Mist #B7BDBD

Tints of Jungle Mist #B7BDBD

Color information

#B7BDBD (or 0xB7BDBD) is unknown color: approx Jungle Mist. HEX triplet: B7, BD and BD. RGB value is (183,189,189). Sum of RGB (Red+Green+Blue) = 183+189+189=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #B7BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDBD is #484242. Grayscale: #BBBBBB. Windows color (decimal): -4735555 or 12434871. OLE color: 12434871.

HSL color Cylindrical-coordinate representation of color #B7BDBD: hue angle of 180º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7BDBD is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183189189-
CMYK0.03000.26
HSL180º4.35%72.94%-
HSV(B)180º3.17%74.12%-
XYZ46.9150.1455.35-
YUV187.21129.01125-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=32.62%
G=33.69%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891890.03000.261804.3572.94
HexB7BDBD3001Ab4449
Octal267275275300322644111
Binary101101111011110110111101110011010101101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDBD; }

 p { color: rgb(183,189,189); }

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

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

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

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

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

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

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