Html Css Color HEX #B6BDBD Jungle Mist

📋 copy color: '#B6BDBD'

red 182 ◦ green 189 ◦ blue 189

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

Shades of Jungle Mist #B6BDBD

Tints of Jungle Mist #B6BDBD

RGB

 RED value IS 182 (71.48% from 255) = 32.5%

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

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

R = 32.5%
G = 33.75%
B = 33.75%

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

#B6BDBD (or 0xB6BDBD) is known color: Jungle Mist. HEX triplet: B6, BD and BD. RGB value is (182,189,189). Sum of RGB (Red+Green+Blue) = 182+189+189=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #B6BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDBD is #494242. Grayscale: #BABABA. Windows color (decimal): -4801091 or 12434870. OLE color: 12434870.

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

Color convert

RGB 182 189 189 -
CMYK 0.04 0 0 0.26
HSL 180º 0.05% 0.73% -
HSV(B) 180º 0.04% 0.74% -
XYZ 46.67 50.01 55.34 -
YUV 186.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 182 189 189 0.04 0 0 0.26 180 0.05 0.73
Hex B6 BD BD 4 0 0 1A B4 5 49
Octal 266 275 275 4 0 0 32 264 5 111
Binary 10110110 10111101 10111101 100 0 0 11010 10110100 101 1001001

Color Harmonies of #B6BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDBD

Black with #B6BDBD

Text Example


Text Example

White with #B6BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDBD; }

 p { color: rgb(182,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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