Html Css Color HEX #B1BEBF Jungle Mist

📋 copy color: '#B1BEBF'

red 177 ◦ green 190 ◦ blue 191

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

Shades of Jungle Mist #B1BEBF

Tints of Jungle Mist #B1BEBF

RGB

 RED value IS 177 (69.53% from 255) = 31.72%

 GREEN value IS 190 (74.61% from 255) = 34.05%

 BLUE value IS 191 (75% from 255) = 34.23%

R = 31.72%
G = 34.05%
B = 34.23%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1BEBF (or 0xB1BEBF) is known color: Jungle Mist. HEX triplet: B1, BE and BF. RGB value is (177,190,191). Sum of RGB (Red+Green+Blue) = 177+190+191=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEBF is #4E4140. Grayscale: #BABABA. Windows color (decimal): -5128513 or 12566193. OLE color: 12566193.

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

Color convert

RGB 177 190 191 -
CMYK 0.07 0.01 0 0.25
HSL 184.29º 0.1% 0.72% -
HSV(B) 184.29º 0.07% 0.75% -
XYZ 45.95 49.94 56.51 -
YUV 186.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 177 190 191 0.07 0.01 0 0.25 184.29 0.1 0.72
Hex B1 BE BF 7 1 0 19 B8 A 48
Octal 261 276 277 7 1 0 31 270 12 110
Binary 10110001 10111110 10111111 111 1 0 11001 10111000 1010 1001000

Color Harmonies of #B1BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEBF

Black with #B1BEBF

Text Example


Text Example

White with #B1BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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