#B3BDBD

Color #B3BDBD Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B3BDBD

Tints of Jungle Mist #B3BDBD

Color information

#B3BDBD (or 0xB3BDBD) is unknown color: approx Jungle Mist. HEX triplet: B3, BD and BD. RGB value is (179,189,189). Sum of RGB (Red+Green+Blue) = 179+189+189=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #B3BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDBD is #4C4242. Grayscale: #B9B9B9. Windows color (decimal): -4997699 or 12434867. OLE color: 12434867.

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

Color convert

RGB179189189-
CMYK0.05000.26
HSL180º7.04%72.16%-
HSV(B)180º5.29%74.12%-
XYZ45.9749.6555.31-
YUV186.01129.69123-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=32.14%
G=33.93%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891890.05000.261807.0472.16
HexB3BDBD5001Ab4748
Octal263275275500322647110
Binary1011001110111101101111011010011010101101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDBD; }

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

 H1.HeaderClassName
 {
   color: #B3BDBD;
 }
 .AnyTagClassName
 {
   color: #B3BDBD;
 }
</style>
background-color css

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

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

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

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

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

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