#BDC895

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

Shades of Green Mist #BDC895

Tints of Green Mist #BDC895

Color information

#BDC895 (or 0xBDC895) is unknown color: approx Green Mist. HEX triplet: BD, C8 and 95. RGB value is (189,200,149). Sum of RGB (Red+Green+Blue) = 189+200+149=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC895 is #42376A. Grayscale: #BFBFBF. Windows color (decimal): -4339563 or 9816253. OLE color: 9816253.

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

Color convert

RGB189200149-
CMYK0.0600.260.22
HSL72.94º31.68%68.43%-
HSV(B)72.94º25.5%78.43%-
XYZ47.0754.336.43-
YUV190.9104.36126.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=35.13%
G=37.17%
B=27.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001490.0600.260.2272.9431.6868.43
HexBDC895601A16492044
Octal27531022560322611140104
Binary1011110111001000100101011100110101011010010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC895; }

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

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

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

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

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

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

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

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