#BFBDAC

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

Shades of Mist Grey #BFBDAC

Tints of Mist Grey #BFBDAC

Color information

#BFBDAC (or 0xBFBDAC) is unknown color: approx Mist Grey. HEX triplet: BF, BD and AC. RGB value is (191,189,172). Sum of RGB (Red+Green+Blue) = 191+189+172=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDAC is #404253. Grayscale: #BBBBBB. Windows color (decimal): -4211284 or 11320767. OLE color: 11320767.

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

Color convert

RGB191189172-
CMYK00.010.100.25
HSL53.68º12.93%71.18%-
HSV(B)53.68º9.95%74.9%-
XYZ47.1350.4546.28-
YUV187.66119.16130.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=34.60%
G=34.24%
B=31.16%

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
Decimal19118917200.010.100.2553.6812.9371.18
HexBFBDAC01A1936d47
Octal2772752540112316615107
Binary1011111110111101101011000110101100111011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDAC; }

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

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

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

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

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

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

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

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