#BFBD9C

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

Shades of Green Mist #BFBD9C

Tints of Green Mist #BFBD9C

Color information

#BFBD9C (or 0xBFBD9C) is unknown color: approx Green Mist. HEX triplet: BF, BD and 9C. RGB value is (191,189,156). Sum of RGB (Red+Green+Blue) = 191+189+156=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD9C is #404263. Grayscale: #B9B9B9. Windows color (decimal): -4211300 or 10272191. OLE color: 10272191.

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

Color convert

RGB191189156-
CMYK00.010.180.25
HSL56.57º21.47%68.04%-
HSV(B)56.57º18.32%74.9%-
XYZ45.6849.8738.67-
YUV185.84111.16131.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=35.63%
G=35.26%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118915600.010.180.2556.5721.4768.04
HexBFBD9C011219391544
Octal2772752340122317125104
Binary101111111011110110011100011001011001111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD9C; }

 p { color: rgb(191,189,156); }

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

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

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

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

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

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

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