#BFBEA2

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

Shades of Mist Grey #BFBEA2

Tints of Mist Grey #BFBEA2

Color information

#BFBEA2 (or 0xBFBEA2) is unknown color: approx Mist Grey. HEX triplet: BF, BE and A2. RGB value is (191,190,162). Sum of RGB (Red+Green+Blue) = 191+190+162=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEA2 is #40415D. Grayscale: #BBBBBB. Windows color (decimal): -4211038 or 10665663. OLE color: 10665663.

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

Color convert

RGB191190162-
CMYK00.010.150.25
HSL57.93º18.47%69.22%-
HSV(B)57.93º15.18%74.9%-
XYZ46.4250.5141.49-
YUV187.11113.83130.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 162 (63.67% from 255) = 29.83%
R=35.17%
G=34.99%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119016200.010.150.2557.9318.4769.22
HexBFBEA201F193a1245
Octal2772762420117317222105
Binary10111111101111101010001001111111001111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEA2; }

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

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

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

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

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

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

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

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