Html Css Color HEX #B4BCBD Jungle Mist

📋 copy color: '#B4BCBD'

red 180 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #B4BCBD

Tints of Jungle Mist #B4BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 32.32%
G = 33.75%
B = 33.93%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4BCBD (or 0xB4BCBD) is known color: Jungle Mist. HEX triplet: B4, BC and BD. RGB value is (180,188,189). Sum of RGB (Red+Green+Blue) = 180+188+189=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCBD is #4B4342. Grayscale: #B9B9B9. Windows color (decimal): -4932419 or 12434612. OLE color: 12434612.

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

Color convert

RGB 180 188 189 -
CMYK 0.05 0.01 0 0.26
HSL 186.67º 0.06% 0.72% -
HSV(B) 186.67º 0.05% 0.74% -
XYZ 45.99 49.34 55.24 -
YUV 185.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 180 188 189 0.05 0.01 0 0.26 186.67 0.06 0.72
Hex B4 BC BD 5 1 0 1A BB 6 48
Octal 264 274 275 5 1 0 32 273 6 110
Binary 10110100 10111100 10111101 101 1 0 11010 10111011 110 1001000

Color Harmonies of #B4BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCBD

Black with #B4BCBD

Text Example


Text Example

White with #B4BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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