Html Css Color HEX #B7BCBC Jungle Mist

📋 copy color: '#B7BCBC'

red 183 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #B7BCBC

Tints of Jungle Mist #B7BCBC

RGB

 RED value IS 183 (71.88% from 255) = 32.74%

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 32.74%
G = 33.63%
B = 33.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B7BCBC (or 0xB7BCBC) is known color: Jungle Mist. HEX triplet: B7, BC and BC. RGB value is (183,188,188). Sum of RGB (Red+Green+Blue) = 183+188+188=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #B7BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCBC is #484343. Grayscale: #BABABA. Windows color (decimal): -4735812 or 12369079. OLE color: 12369079.

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

Color convert

RGB 183 188 188 -
CMYK 0.03 0 0 0.26
HSL 180º 0.04% 0.73% -
HSV(B) 180º 0.03% 0.74% -
XYZ 46.59 49.66 54.71 -
YUV 186.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 183 188 188 0.03 0 0 0.26 180 0.04 0.73
Hex B7 BC BC 3 0 0 1A B4 4 49
Octal 267 274 274 3 0 0 32 264 4 111
Binary 10110111 10111100 10111100 11 0 0 11010 10110100 100 1001001

Color Harmonies of #B7BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCBC

Black with #B7BCBC

Text Example


Text Example

White with #B7BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCBC; }

 p { color: rgb(183,188,188); }

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

background-color css

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

 a { background-color: rgb(183,188,188); }

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

border-color css

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

 span { border-color: rgb(183,188,188); }

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