#BDBDA0

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

Shades of Green Mist #BDBDA0

Tints of Green Mist #BDBDA0

Color information

#BDBDA0 (or 0xBDBDA0) is unknown color: approx Green Mist. HEX triplet: BD, BD and A0. RGB value is (189,189,160). Sum of RGB (Red+Green+Blue) = 189+189+160=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBDA0 is #42425F. Grayscale: #B9B9B9. Windows color (decimal): -4342368 or 10534333. OLE color: 10534333.

HSL color Cylindrical-coordinate representation of color #BDBDA0: hue angle of 60º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBDA0 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB189189160-
CMYK000.150.26
HSL60º18.01%68.43%-
HSV(B)60º15.34%74.12%-
XYZ45.5349.7540.46-
YUV185.69113.5130.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=35.13%
G=35.13%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189160000.150.266018.0168.43
HexBDBDA000F1A3c1244
Octal2752752400017327422104
Binary10111101101111011010000000111111010111100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDA0; }

 p { color: rgb(189,189,160); }

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

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

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

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

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

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

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