#B1BFBE

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

Shades of Jungle Mist #B1BFBE

Tints of Jungle Mist #B1BFBE

Color information

#B1BFBE (or 0xB1BFBE) is unknown color: approx Jungle Mist. HEX triplet: B1, BF and BE. RGB value is (177,191,190). Sum of RGB (Red+Green+Blue) = 177+191+190=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFBE is #4E4041. Grayscale: #BABABA. Windows color (decimal): -5128258 or 12500913. OLE color: 12500913.

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

Color convert

RGB177191190-
CMYK0.0700.010.25
HSL175.71º9.86%72.16%-
HSV(B)175.71º7.33%74.9%-
XYZ46.0650.3356-
YUV186.7129.86121.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=31.72%
G=34.23%
B=34.05%

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
Decimal1771911900.0700.010.25175.719.8672.16
HexB1BFBE70119b0a48
Octal2612772767013126012110
Binary10110001101111111011111011101110011011000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFBE; }

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

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

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

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

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

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

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

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