Html Css Color HEX #B3BFBE Jungle Mist

📋 copy color: '#B3BFBE'

red 179 ◦ green 191 ◦ blue 190

#B3BFBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #B3BFBE

Tints of Jungle Mist #B3BFBE

RGB

 RED value IS 179 (70.31% from 255) = 31.96%

 GREEN value IS 191 (75% from 255) = 34.11%

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 31.96%
G = 34.11%
B = 33.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#B3BFBE (or 0xB3BFBE) is known color: Jungle Mist. HEX triplet: B3, BF and BE. RGB value is (179,191,190). Sum of RGB (Red+Green+Blue) = 179+191+190=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFBE is #4C4041. Grayscale: #BBBBBB. Windows color (decimal): -4997186 or 12500915. OLE color: 12500915.

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

Color convert

RGB 179 191 190 -
CMYK 0.06 0 0.01 0.25
HSL 175º 0.09% 0.73% -
HSV(B) 175º 0.06% 0.75% -
XYZ 46.52 50.56 56.02 -
YUV 187.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 179 191 190 0.06 0 0.01 0.25 175 0.09 0.73
Hex B3 BF BE 6 0 1 19 AF 9 49
Octal 263 277 276 6 0 1 31 257 11 111
Binary 10110011 10111111 10111110 110 0 1 11001 10101111 1001 1001001

Color Harmonies of #B3BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BFBE

Black with #B3BFBE

Text Example


Text Example

White with #B3BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BFBE; }

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

 H1.HeaderClassName
 {
   color: #B3BFBE;
 }
 .AnyTagClassName
 {
   color: #B3BFBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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