#B2BFBF

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

Shades of Jungle Mist #B2BFBF

Tints of Jungle Mist #B2BFBF

Color information

#B2BFBF (or 0xB2BFBF) is unknown color: approx Jungle Mist. HEX triplet: B2, BF and BF. RGB value is (178,191,191). Sum of RGB (Red+Green+Blue) = 178+191+191=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #B2BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFBF is #4D4040. Grayscale: #BBBBBB. Windows color (decimal): -5062721 or 12566450. OLE color: 12566450.

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

Color convert

RGB178191191-
CMYK0.07000.25
HSL180º9.22%72.35%-
HSV(B)180º6.81%74.9%-
XYZ46.3950.4956.59-
YUV187.11130.19121.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 191 (75% from 255) = 34.11%
R=31.79%
G=34.11%
B=34.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911910.07000.251809.2272.35
HexB2BFBF70019b4948
Octal2622772777003126411110
Binary10110010101111111011111111100110011011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFBF; }

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

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

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

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

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

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

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

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