Html Css Color HEX #B4BCBC Jungle Mist

📋 copy color: '#B4BCBC'

red 180 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #B4BCBC

Tints of Jungle Mist #B4BCBC

RGB

 RED value IS 180 (70.7% from 255) = 32.37%

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

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

R = 32.37%
G = 33.81%
B = 33.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4BCBC (or 0xB4BCBC) is known color: Jungle Mist. HEX triplet: B4, BC and BC. RGB value is (180,188,188). Sum of RGB (Red+Green+Blue) = 180+188+188=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #B4BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCBC is #4B4343. Grayscale: #B9B9B9. Windows color (decimal): -4932420 or 12369076. OLE color: 12369076.

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

Color convert

RGB 180 188 188 -
CMYK 0.04 0 0 0.26
HSL 180º 0.06% 0.72% -
HSV(B) 180º 0.04% 0.74% -
XYZ 45.88 49.3 54.67 -
YUV 185.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 180 188 188 0.04 0 0 0.26 180 0.06 0.72
Hex B4 BC BC 4 0 0 1A B4 6 48
Octal 264 274 274 4 0 0 32 264 6 110
Binary 10110100 10111100 10111100 100 0 0 11010 10110100 110 1001000

Color Harmonies of #B4BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCBC

Black with #B4BCBC

Text Example


Text Example

White with #B4BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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