Html Css Color HEX #B1BEBE Jungle Mist

📋 copy color: '#B1BEBE'

red 177 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #B1BEBE

Tints of Jungle Mist #B1BEBE

RGB

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

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

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

R = 31.78%
G = 34.11%
B = 34.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B1BEBE (or 0xB1BEBE) is known color: Jungle Mist. HEX triplet: B1, BE and BE. RGB value is (177,190,190). Sum of RGB (Red+Green+Blue) = 177+190+190=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #B1BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEBE is #4E4141. Grayscale: #BABABA. Windows color (decimal): -5128514 or 12500657. OLE color: 12500657.

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

Color convert

RGB 177 190 190 -
CMYK 0.07 0 0 0.25
HSL 180º 0.09% 0.72% -
HSV(B) 180º 0.07% 0.75% -
XYZ 45.84 49.89 55.93 -
YUV 186.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 177 190 190 0.07 0 0 0.25 180 0.09 0.72
Hex B1 BE BE 7 0 0 19 B4 9 48
Octal 261 276 276 7 0 0 31 264 11 110
Binary 10110001 10111110 10111110 111 0 0 11001 10110100 1001 1001000

Color Harmonies of #B1BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BEBE

Black with #B1BEBE

Text Example


Text Example

White with #B1BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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