#B3BFBF

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

Shades of Jungle Mist #B3BFBF

Tints of Jungle Mist #B3BFBF

Color information

#B3BFBF (or 0xB3BFBF) is unknown color: approx Jungle Mist. HEX triplet: B3, BF and BF. RGB value is (179,191,191). Sum of RGB (Red+Green+Blue) = 179+191+191=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #B3BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFBF is #4C4040. Grayscale: #BBBBBB. Windows color (decimal): -4997185 or 12566451. OLE color: 12566451.

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

Color convert

RGB179191191-
CMYK0.06000.25
HSL180º8.57%72.55%-
HSV(B)180º6.28%74.9%-
XYZ46.6350.6156.6-
YUV187.41130.02122-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 191 (75% from 255) = 34.05%
R=31.91%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911910.06000.251808.5772.55
HexB3BFBF60019b4949
Octal2632772776003126411111
Binary10110011101111111011111111000110011011010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFBF; }

 p { color: rgb(179,191,191); }

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

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

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

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

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

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

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