#BFBDA5

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

Shades of Mist Grey #BFBDA5

Tints of Mist Grey #BFBDA5

Color information

#BFBDA5 (or 0xBFBDA5) is unknown color: approx Mist Grey. HEX triplet: BF, BD and A5. RGB value is (191,189,165). Sum of RGB (Red+Green+Blue) = 191+189+165=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA5 is #40425A. Grayscale: #BABABA. Windows color (decimal): -4211291 or 10862015. OLE color: 10862015.

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

Color convert

RGB191189165-
CMYK00.010.140.25
HSL55.38º16.88%69.8%-
HSV(B)55.38º13.61%74.9%-
XYZ46.4750.1942.84-
YUV186.86115.66130.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=35.05%
G=34.68%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118916500.010.140.2555.3816.8869.8
HexBFBDA501E19371146
Octal2772752450116316721106
Binary10111111101111011010010101111011001110111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDA5; }

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

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

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

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

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

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

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

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