#BFBEA4

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

Shades of Mist Grey #BFBEA4

Tints of Mist Grey #BFBEA4

Color information

#BFBEA4 (or 0xBFBEA4) is unknown color: approx Mist Grey. HEX triplet: BF, BE and A4. RGB value is (191,190,164). Sum of RGB (Red+Green+Blue) = 191+190+164=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEA4 is #40415B. Grayscale: #BBBBBB. Windows color (decimal): -4211036 or 10796735. OLE color: 10796735.

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

Color convert

RGB191190164-
CMYK00.010.140.25
HSL57.78º17.42%69.61%-
HSV(B)57.78º14.14%74.9%-
XYZ46.650.5842.43-
YUV187.33114.83130.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=35.05%
G=34.86%
B=30.09%

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
Decimal19119016400.010.140.2557.7817.4269.61
HexBFBEA401E193a1146
Octal2772762440116317221106
Binary10111111101111101010010001111011001111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEA4; }

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

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

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

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

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

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

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

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