#BFBEAB

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

Shades of Mist Grey #BFBEAB

Tints of Mist Grey #BFBEAB

Color information

#BFBEAB (or 0xBFBEAB) is unknown color: approx Mist Grey. HEX triplet: BF, BE and AB. RGB value is (191,190,171). Sum of RGB (Red+Green+Blue) = 191+190+171=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEAB is #404154. Grayscale: #BCBCBC. Windows color (decimal): -4211029 or 11255487. OLE color: 11255487.

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

Color convert

RGB191190171-
CMYK00.010.100.25
HSL57º13.51%70.98%-
HSV(B)57º10.47%74.9%-
XYZ47.2550.8445.85-
YUV188.13118.33130.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=34.60%
G=34.42%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119017100.010.100.255713.5170.98
HexBFBEAB01A1939e47
Octal2772762530112317116107
Binary1011111110111110101010110110101100111100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEAB; }

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

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

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

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

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

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

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

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