#BDBE9F

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

Shades of Green Mist #BDBE9F

Tints of Green Mist #BDBE9F

Color information

#BDBE9F (or 0xBDBE9F) is unknown color: approx Green Mist. HEX triplet: BD, BE and 9F. RGB value is (189,190,159). Sum of RGB (Red+Green+Blue) = 189+190+159=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE9F is #424160. Grayscale: #BABABA. Windows color (decimal): -4342113 or 10469053. OLE color: 10469053.

HSL color Cylindrical-coordinate representation of color #BDBE9F: hue angle of 61.94º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBE9F is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB189190159-
CMYK0.0100.160.25
HSL61.94º19.25%68.43%-
HSV(B)61.94º16.32%74.51%-
XYZ45.6650.1540.07-
YUV186.17112.67130.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=35.13%
G=35.32%
B=29.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901590.0100.160.2561.9419.2568.43
HexBDBE9F1010193e1344
Octal2752762371020317623104
Binary101111011011111010011111101000011001111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE9F; }

 p { color: rgb(189,190,159); }

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

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

 a { background-color: rgb(189,190,159); }

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

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

 span { border-color: rgb(189,190,159); }

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