#BDC0C0

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

Shades of Jungle Mist #BDC0C0

Tints of Jungle Mist #BDC0C0

Color information

#BDC0C0 (or 0xBDC0C0) is unknown color: approx Jungle Mist. HEX triplet: BD, C0 and C0. RGB value is (189,192,192). Sum of RGB (Red+Green+Blue) = 189+192+192=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #BDC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0C0 is #423F3F. Grayscale: #BFBFBF. Windows color (decimal): -4341568 or 12632253. OLE color: 12632253.

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

Color convert

RGB189192192-
CMYK0.02000.25
HSL180º2.33%74.71%-
HSV(B)180º1.56%75.29%-
XYZ49.3552.3257.37-
YUV191.1128.51126.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=32.98%
G=33.51%
B=33.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921920.02000.251802.3374.71
HexBDC0C020019b424b
Octal275300300200312642113
Binary10111101110000001100000010001100110110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0C0; }

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

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

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

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

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

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

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

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