#BDC3C2

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

Shades of Jungle Mist #BDC3C2

Tints of Jungle Mist #BDC3C2

Color information

#BDC3C2 (or 0xBDC3C2) is unknown color: approx Jungle Mist. HEX triplet: BD, C3 and C2. RGB value is (189,195,194). Sum of RGB (Red+Green+Blue) = 189+195+194=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3C2 is #423C3D. Grayscale: #C1C1C1. Windows color (decimal): -4340798 or 12764093. OLE color: 12764093.

HSL color Cylindrical-coordinate representation of color #BDC3C2: hue angle of 170º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC3C2 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB189195194-
CMYK0.0300.010.24
HSL170º4.76%75.29%-
HSV(B)170º3.08%76.47%-
XYZ50.2453.7458.76-
YUV193.09128.51125.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 195 (76.56% from 255) = 33.74%
BLUE value IS 194 (76.17% from 255) = 33.56%
R=32.70%
G=33.74%
B=33.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951940.0300.010.241704.7675.29
HexBDC3C230118aa54b
Octal275303302301302525113
Binary101111011100001111000010110111000101010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3C2; }

 p { color: rgb(189,195,194); }

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

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

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

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

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

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

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