#B1BEBF

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

Shades of Jungle Mist #B1BEBF

Tints of Jungle Mist #B1BEBF

Color information

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

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

Color convert

RGB177190191-
CMYK0.070.0100.25
HSL184.29º9.86%72.16%-
HSV(B)184.29º7.33%74.9%-
XYZ45.9549.9456.51-
YUV186.23130.69121.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901910.070.0100.25184.299.8672.16
HexB1BEBF71019b8a48
Octal2612762777103127012110
Binary10110001101111101011111111110110011011100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEBF; }

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

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

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

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

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

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

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

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