#BDBD9E

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

Shades of Green Mist #BDBD9E

Tints of Green Mist #BDBD9E

Color information

#BDBD9E (or 0xBDBD9E) is unknown color: approx Green Mist. HEX triplet: BD, BD and 9E. RGB value is (189,189,158). Sum of RGB (Red+Green+Blue) = 189+189+158=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD9E is #424261. Grayscale: #B9B9B9. Windows color (decimal): -4342370 or 10403261. OLE color: 10403261.

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

Color convert

RGB189189158-
CMYK000.160.26
HSL60º19.02%68.04%-
HSV(B)60º16.4%74.12%-
XYZ45.3649.6839.55-
YUV185.47112.5130.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=35.26%
G=35.26%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189158000.160.266019.0268.04
HexBDBD9E00101A3c1344
Octal2752752360020327423104
Binary101111011011110110011110001000011010111100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD9E; }

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

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

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

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

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

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

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

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