#BFBDAA

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

Shades of Mist Grey #BFBDAA

Tints of Mist Grey #BFBDAA

Color information

#BFBDAA (or 0xBFBDAA) is unknown color: approx Mist Grey. HEX triplet: BF, BD and AA. RGB value is (191,189,170). Sum of RGB (Red+Green+Blue) = 191+189+170=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDAA is #404255. Grayscale: #BBBBBB. Windows color (decimal): -4211286 or 11189695. OLE color: 11189695.

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

Color convert

RGB191189170-
CMYK00.010.110.25
HSL54.29º14.09%70.78%-
HSV(B)54.29º10.99%74.9%-
XYZ46.9450.3745.28-
YUV187.43118.16130.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=34.73%
G=34.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118917000.010.110.2554.2914.0970.78
HexBFBDAA01B1936e47
Octal2772752520113316616107
Binary1011111110111101101010100110111100111011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDAA; }

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

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

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

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

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

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

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

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