#B7BFBE

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

Shades of Jungle Mist #B7BFBE

Tints of Jungle Mist #B7BFBE

Color information

#B7BFBE (or 0xB7BFBE) is unknown color: approx Jungle Mist. HEX triplet: B7, BF and BE. RGB value is (183,191,190). Sum of RGB (Red+Green+Blue) = 183+191+190=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFBE is #484041. Grayscale: #BCBCBC. Windows color (decimal): -4735042 or 12500919. OLE color: 12500919.

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

Color convert

RGB183191190-
CMYK0.0400.010.25
HSL172.5º5.88%73.33%-
HSV(B)172.5º4.19%74.9%-
XYZ47.4551.0556.07-
YUV188.49128.85124.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=32.45%
G=33.87%
B=33.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911900.0400.010.25172.55.8873.33
HexB7BFBE40119ac649
Octal267277276401312546111
Binary1011011110111111101111101000111001101011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFBE; }

 p { color: rgb(183,191,190); }

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

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

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

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

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

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

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