#BDC896

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

Shades of Green Mist #BDC896

Tints of Green Mist #BDC896

Color information

#BDC896 (or 0xBDC896) is unknown color: approx Green Mist. HEX triplet: BD, C8 and 96. RGB value is (189,200,150). Sum of RGB (Red+Green+Blue) = 189+200+150=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC896 is #423769. Grayscale: #BFBFBF. Windows color (decimal): -4339562 or 9881789. OLE color: 9881789.

HSL color Cylindrical-coordinate representation of color #BDC896: hue angle of 73.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC896 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB189200150-
CMYK0.0600.250.22
HSL73.2º31.25%68.63%-
HSV(B)73.2º25%78.43%-
XYZ47.1554.3336.86-
YUV191.01104.86126.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=35.06%
G=37.11%
B=27.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001500.0600.250.2273.231.2568.63
HexBDC896601916491f45
Octal27531022660312611137105
Binary101111011100100010010110110011001101101001001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC896; }

 p { color: rgb(189,200,150); }

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

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

 a { background-color: rgb(189,200,150); }

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

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

 span { border-color: rgb(189,200,150); }

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