#BFBDA7

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

Shades of Mist Grey #BFBDA7

Tints of Mist Grey #BFBDA7

Color information

#BFBDA7 (or 0xBFBDA7) is unknown color: approx Mist Grey. HEX triplet: BF, BD and A7. RGB value is (191,189,167). Sum of RGB (Red+Green+Blue) = 191+189+167=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA7 is #404258. Grayscale: #BBBBBB. Windows color (decimal): -4211289 or 10993087. OLE color: 10993087.

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

Color convert

RGB191189167-
CMYK00.010.130.25
HSL55º15.79%70.2%-
HSV(B)55º12.57%74.9%-
XYZ46.6650.2643.8-
YUV187.09116.66130.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=34.92%
G=34.55%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118916700.010.130.255515.7970.2
HexBFBDA701D19371046
Octal2772752470115316720106
Binary10111111101111011010011101110111001110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDA7; }

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

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

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

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

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

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

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

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