Html Css Color HEX #B9BFBE Jungle Mist

📋 copy color: '#B9BFBE'

red 185 ◦ green 191 ◦ blue 190

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

Shades of Jungle Mist #B9BFBE

Tints of Jungle Mist #B9BFBE

RGB

 RED value IS 185 (72.66% from 255) = 32.69%

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

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

R = 32.69%
G = 33.75%
B = 33.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#B9BFBE (or 0xB9BFBE) is known color: Jungle Mist. HEX triplet: B9, BF and BE. RGB value is (185,191,190). Sum of RGB (Red+Green+Blue) = 185+191+190=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFBE is #464041. Grayscale: #BDBDBD. Windows color (decimal): -4603970 or 12500921. OLE color: 12500921.

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

Color convert

RGB 185 191 190 -
CMYK 0.03 0 0.01 0.25
HSL 170º 0.04% 0.74% -
HSV(B) 170º 0.03% 0.75% -
XYZ 47.93 51.29 56.09 -
YUV 189.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 185 191 190 0.03 0 0.01 0.25 170 0.04 0.74
Hex B9 BF BE 3 0 1 19 AA 4 4A
Octal 271 277 276 3 0 1 31 252 4 112
Binary 10111001 10111111 10111110 11 0 1 11001 10101010 100 1001010

Color Harmonies of #B9BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFBE

Black with #B9BFBE

Text Example


Text Example

White with #B9BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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