#BDC394

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

Shades of Green Mist #BDC394

Tints of Green Mist #BDC394

Color information

#BDC394 (or 0xBDC394) is unknown color: approx Green Mist. HEX triplet: BD, C3 and 94. RGB value is (189,195,148). Sum of RGB (Red+Green+Blue) = 189+195+148=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC394 is #423C6B. Grayscale: #BCBCBC. Windows color (decimal): -4340844 or 9749437. OLE color: 9749437.

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

Color convert

RGB189195148-
CMYK0.0300.240.24
HSL67.66º28.14%67.25%-
HSV(B)67.66º24.1%76.47%-
XYZ45.8551.9935.64-
YUV187.85105.51128.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=35.53%
G=36.65%
B=27.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951480.0300.240.2467.6628.1467.25
HexBDC394301818441c43
Octal27530322430303010434103
Binary10111101110000111001010011011000110001000100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC394; }

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

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

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

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

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

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

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

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