Html Css Color HEX #B3BCBC Jungle Mist

📋 copy color: '#B3BCBC'

red 179 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #B3BCBC

Tints of Jungle Mist #B3BCBC

RGB

 RED value IS 179 (70.31% from 255) = 32.25%

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

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

R = 32.25%
G = 33.87%
B = 33.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B3BCBC (or 0xB3BCBC) is known color: Jungle Mist. HEX triplet: B3, BC and BC. RGB value is (179,188,188). Sum of RGB (Red+Green+Blue) = 179+188+188=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #B3BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCBC is #4C4343. Grayscale: #B9B9B9. Windows color (decimal): -4997956 or 12369075. OLE color: 12369075.

HSL color Cylindrical-coordinate representation of color #B3BCBC: 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.05%. Process color model (Four color, CMYK) of #B3BCBC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 188 -
CMYK 0.05 0 0 0.26
HSL 180º 0.06% 0.72% -
HSV(B) 180º 0.05% 0.74% -
XYZ 45.65 49.18 54.66 -
YUV 185.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 179 188 188 0.05 0 0 0.26 180 0.06 0.72
Hex B3 BC BC 5 0 0 1A B4 6 48
Octal 263 274 274 5 0 0 32 264 6 110
Binary 10110011 10111100 10111100 101 0 0 11010 10110100 110 1001000

Color Harmonies of #B3BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BCBC

Black with #B3BCBC

Text Example


Text Example

White with #B3BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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