#BCBDBD

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

Shades of Jungle Mist #BCBDBD

Tints of Jungle Mist #BCBDBD

Color information

#BCBDBD (or 0xBCBDBD) is unknown color: approx Jungle Mist. HEX triplet: BC, BD and BD. RGB value is (188,189,189). Sum of RGB (Red+Green+Blue) = 188+189+189=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #BCBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDBD is #434242. Grayscale: #BCBCBC. Windows color (decimal): -4407875 or 12434876. OLE color: 12434876.

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

Color convert

RGB188189189-
CMYK0.01000.26
HSL180º0.75%73.92%-
HSV(B)180º0.53%74.12%-
XYZ48.1250.7655.41-
YUV188.7128.17127.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=33.22%
G=33.39%
B=33.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891890.01000.261800.7573.92
HexBCBDBD1001Ab414a
Octal274275275100322641112
Binary101111001011110110111101100110101011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDBD; }

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

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

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

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

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

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

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

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