#BFBEA5

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

Shades of Mist Grey #BFBEA5

Tints of Mist Grey #BFBEA5

Color information

#BFBEA5 (or 0xBFBEA5) is unknown color: approx Mist Grey. HEX triplet: BF, BE and A5. RGB value is (191,190,165). Sum of RGB (Red+Green+Blue) = 191+190+165=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEA5 is #40415A. Grayscale: #BBBBBB. Windows color (decimal): -4211035 or 10862271. OLE color: 10862271.

HSL color Cylindrical-coordinate representation of color #BFBEA5: hue angle of 57.69º 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 #BFBEA5 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191190165-
CMYK00.010.140.25
HSL57.69º16.88%69.8%-
HSV(B)57.69º13.61%74.9%-
XYZ46.6950.6242.91-
YUV187.45115.33130.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=34.98%
G=34.80%
B=30.22%

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
Decimal19119016500.010.140.2557.6916.8869.8
HexBFBEA501E193a1146
Octal2772762450116317221106
Binary10111111101111101010010101111011001111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEA5; }

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

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

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

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

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

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

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

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