#BDC09E

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

Shades of Green Mist #BDC09E

Tints of Green Mist #BDC09E

Color information

#BDC09E (or 0xBDC09E) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 9E. RGB value is (189,192,158). Sum of RGB (Red+Green+Blue) = 189+192+158=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC09E is #423F61. Grayscale: #BBBBBB. Windows color (decimal): -4341602 or 10404029. OLE color: 10404029.

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

Color convert

RGB189192158-
CMYK0.0200.180.25
HSL65.29º21.25%68.63%-
HSV(B)65.29º17.71%75.29%-
XYZ46.0150.9939.76-
YUV187.23111.51129.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=35.06%
G=35.62%
B=29.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921580.0200.180.2565.2921.2568.63
HexBDC09E201219411545
Octal27530023620223110125105
Binary10111101110000001001111010010010110011000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC09E; }

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

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

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

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

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

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

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

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