#BFBDA0

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

Shades of Mist Grey #BFBDA0

Tints of Mist Grey #BFBDA0

Color information

#BFBDA0 (or 0xBFBDA0) is unknown color: approx Mist Grey. HEX triplet: BF, BD and A0. RGB value is (191,189,160). Sum of RGB (Red+Green+Blue) = 191+189+160=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA0 is #40425F. Grayscale: #BABABA. Windows color (decimal): -4211296 or 10534335. OLE color: 10534335.

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

Color convert

RGB191189160-
CMYK00.010.160.25
HSL56.13º19.5%68.82%-
HSV(B)56.13º16.23%74.9%-
XYZ46.0350.0140.48-
YUV186.29113.16131.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=35.37%
G=35%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118916000.010.160.2556.1319.568.82
HexBFBDA0011019381345
Octal2772752400120317023105
Binary101111111011110110100000011000011001111000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDA0; }

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

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

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

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

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

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

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

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