#B3BEBE

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

Shades of Jungle Mist #B3BEBE

Tints of Jungle Mist #B3BEBE

Color information

#B3BEBE (or 0xB3BEBE) is unknown color: approx Jungle Mist. HEX triplet: B3, BE and BE. RGB value is (179,190,190). Sum of RGB (Red+Green+Blue) = 179+190+190=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #B3BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEBE is #4C4141. Grayscale: #BABABA. Windows color (decimal): -4997442 or 12500659. OLE color: 12500659.

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

Color convert

RGB179190190-
CMYK0.06000.25
HSL180º7.8%72.35%-
HSV(B)180º5.79%74.51%-
XYZ46.350.1355.95-
YUV186.71129.86122.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=32.02%
G=33.99%
B=33.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901900.06000.251807.872.35
HexB3BEBE60019b4848
Octal2632762766003126410110
Binary10110011101111101011111011000110011011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEBE; }

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

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

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

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

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

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

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

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