Html Css Color HEX #B8BEBE Jungle Mist

📋 copy color: '#B8BEBE'

red 184 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #B8BEBE

Tints of Jungle Mist #B8BEBE

RGB

 RED value IS 184 (72.27% from 255) = 32.62%

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

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

R = 32.62%
G = 33.69%
B = 33.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8BEBE (or 0xB8BEBE) is known color: Jungle Mist. HEX triplet: B8, BE and BE. RGB value is (184,190,190). Sum of RGB (Red+Green+Blue) = 184+190+190=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #B8BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEBE is #474141. Grayscale: #BCBCBC. Windows color (decimal): -4669762 or 12500664. OLE color: 12500664.

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

Color convert

RGB 184 190 190 -
CMYK 0.03 0 0 0.25
HSL 180º 0.04% 0.73% -
HSV(B) 180º 0.03% 0.75% -
XYZ 47.47 50.73 56.01 -
YUV 188.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 184 190 190 0.03 0 0 0.25 180 0.04 0.73
Hex B8 BE BE 3 0 0 19 B4 4 49
Octal 270 276 276 3 0 0 31 264 4 111
Binary 10111000 10111110 10111110 11 0 0 11001 10110100 100 1001001

Color Harmonies of #B8BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BEBE

Black with #B8BEBE

Text Example


Text Example

White with #B8BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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