Html Css Color HEX #B3BDBC Jungle Mist

📋 copy color: '#B3BDBC'

red 179 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #B3BDBC

Tints of Jungle Mist #B3BDBC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

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

R = 32.19%
G = 33.99%
B = 33.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#B3BDBC (or 0xB3BDBC) is known color: Jungle Mist. HEX triplet: B3, BD and BC. RGB value is (179,189,188). Sum of RGB (Red+Green+Blue) = 179+189+188=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDBC is #4C4243. Grayscale: #B9B9B9. Windows color (decimal): -4997700 or 12369331. OLE color: 12369331.

HSL color Cylindrical-coordinate representation of color #B3BDBC: hue angle of 174º degrees, saturation: 0.07, 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 #B3BDBC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 188 -
CMYK 0.05 0 0.01 0.26
HSL 174º 0.07% 0.72% -
HSV(B) 174º 0.05% 0.74% -
XYZ 45.87 49.61 54.74 -
YUV 185.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 179 189 188 0.05 0 0.01 0.26 174 0.07 0.72
Hex B3 BD BC 5 0 1 1A AE 7 48
Octal 263 275 274 5 0 1 32 256 7 110
Binary 10110011 10111101 10111100 101 0 1 11010 10101110 111 1001000

Color Harmonies of #B3BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BDBC

Black with #B3BDBC

Text Example


Text Example

White with #B3BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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