#B2BFBE

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

Shades of Jungle Mist #B2BFBE

Tints of Jungle Mist #B2BFBE

Color information

#B2BFBE (or 0xB2BFBE) is unknown color: approx Jungle Mist. HEX triplet: B2, BF and BE. RGB value is (178,191,190). Sum of RGB (Red+Green+Blue) = 178+191+190=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFBE is #4D4041. Grayscale: #BABABA. Windows color (decimal): -5062722 or 12500914. OLE color: 12500914.

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

Color convert

RGB178191190-
CMYK0.0700.010.25
HSL175.38º9.22%72.35%-
HSV(B)175.38º6.81%74.9%-
XYZ46.2950.4456.01-
YUV187129.69121.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=31.84%
G=34.17%
B=33.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911900.0700.010.25175.389.2272.35
HexB2BFBE70119af948
Octal2622772767013125711110
Binary10110010101111111011111011101110011010111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFBE; }

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

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

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

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

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

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

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

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