#B1BEBE

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

Shades of Jungle Mist #B1BEBE

Tints of Jungle Mist #B1BEBE

Color information

#B1BEBE (or 0xB1BEBE) is unknown color: approx Jungle Mist. HEX triplet: B1, BE and BE. RGB value is (177,190,190). Sum of RGB (Red+Green+Blue) = 177+190+190=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #B1BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEBE is #4E4141. Grayscale: #BABABA. Windows color (decimal): -5128514 or 12500657. OLE color: 12500657.

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

Color convert

RGB177190190-
CMYK0.07000.25
HSL180º9.09%71.96%-
HSV(B)180º6.84%74.51%-
XYZ45.8449.8955.93-
YUV186.11130.19121.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=31.78%
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
Decimal1771901900.07000.251809.0971.96
HexB1BEBE70019b4948
Octal2612762767003126411110
Binary10110001101111101011111011100110011011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEBE; }

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

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

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

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

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

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

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

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