#B3BEBF

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

Shades of Jungle Mist #B3BEBF

Tints of Jungle Mist #B3BEBF

Color information

#B3BEBF (or 0xB3BEBF) is unknown color: approx Jungle Mist. HEX triplet: B3, BE and BF. RGB value is (179,190,191). Sum of RGB (Red+Green+Blue) = 179+190+191=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEBF is #4C4140. Grayscale: #BABABA. Windows color (decimal): -4997441 or 12566195. OLE color: 12566195.

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

Color convert

RGB179190191-
CMYK0.060.0100.25
HSL185º8.57%72.55%-
HSV(B)185º6.28%74.9%-
XYZ46.4150.1756.53-
YUV186.82130.36122.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 191 (75% from 255) = 34.11%
R=31.96%
G=33.93%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901910.060.0100.251858.5772.55
HexB3BEBF61019b9949
Octal2632762776103127111111
Binary10110011101111101011111111010110011011100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEBF; }

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

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

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

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

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

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

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

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