#BDC49E

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

Shades of Green Mist #BDC49E

Tints of Green Mist #BDC49E

Color information

#BDC49E (or 0xBDC49E) is unknown color: approx Green Mist. HEX triplet: BD, C4 and 9E. RGB value is (189,196,158). Sum of RGB (Red+Green+Blue) = 189+196+158=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC49E is #423B61. Grayscale: #BDBDBD. Windows color (decimal): -4340578 or 10405053. OLE color: 10405053.

HSL color Cylindrical-coordinate representation of color #BDC49E: hue angle of 71.05º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC49E is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB189196158-
CMYK0.0400.190.23
HSL71.05º24.36%69.41%-
HSV(B)71.05º19.39%76.86%-
XYZ46.952.7740.06-
YUV189.58110.18127.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=34.81%
G=36.10%
B=29.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961580.0400.190.2371.0524.3669.41
HexBDC49E401317471845
Octal27530423640232710730105
Binary101111011100010010011110100010011101111000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC49E; }

 p { color: rgb(189,196,158); }

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

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

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

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

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

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

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