#BDC19E

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

Shades of Green Mist #BDC19E

Tints of Green Mist #BDC19E

Color information

#BDC19E (or 0xBDC19E) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 9E. RGB value is (189,193,158). Sum of RGB (Red+Green+Blue) = 189+193+158=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19E is #423E61. Grayscale: #BBBBBB. Windows color (decimal): -4341346 or 10404285. OLE color: 10404285.

HSL color Cylindrical-coordinate representation of color #BDC19E: hue angle of 66.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC19E is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB189193158-
CMYK0.0200.180.24
HSL66.86º22.01%68.82%-
HSV(B)66.86º18.13%75.69%-
XYZ46.2351.4339.84-
YUV187.81111.17128.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=35%
G=35.74%
B=29.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931580.0200.180.2466.8622.0168.82
HexBDC19E201218431645
Octal27530123620223010326105
Binary10111101110000011001111010010010110001000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC19E; }

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

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

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

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

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

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

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

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