Html Css Color HEX #B5BEBE Jungle Mist

📋 copy color: '#B5BEBE'

red 181 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #B5BEBE

Tints of Jungle Mist #B5BEBE

RGB

 RED value IS 181 (71.09% from 255) = 32.26%

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

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

R = 32.26%
G = 33.87%
B = 33.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5BEBE (or 0xB5BEBE) is known color: Jungle Mist. HEX triplet: B5, BE and BE. RGB value is (181,190,190). Sum of RGB (Red+Green+Blue) = 181+190+190=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #B5BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEBE is #4A4141. Grayscale: #BBBBBB. Windows color (decimal): -4866370 or 12500661. OLE color: 12500661.

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

Color convert

RGB 181 190 190 -
CMYK 0.05 0 0 0.25
HSL 180º 0.06% 0.73% -
HSV(B) 180º 0.05% 0.75% -
XYZ 46.76 50.37 55.97 -
YUV 187.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 181 190 190 0.05 0 0 0.25 180 0.06 0.73
Hex B5 BE BE 5 0 0 19 B4 6 49
Octal 265 276 276 5 0 0 31 264 6 111
Binary 10110101 10111110 10111110 101 0 0 11001 10110100 110 1001001

Color Harmonies of #B5BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BEBE

Black with #B5BEBE

Text Example


Text Example

White with #B5BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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