#BFBDA6

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

Shades of Mist Grey #BFBDA6

Tints of Mist Grey #BFBDA6

Color information

#BFBDA6 (or 0xBFBDA6) is unknown color: approx Mist Grey. HEX triplet: BF, BD and A6. RGB value is (191,189,166). Sum of RGB (Red+Green+Blue) = 191+189+166=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA6 is #404259. Grayscale: #BBBBBB. Windows color (decimal): -4211290 or 10927551. OLE color: 10927551.

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

Color convert

RGB191189166-
CMYK00.010.130.25
HSL55.2º16.34%70%-
HSV(B)55.2º13.09%74.9%-
XYZ46.5750.2243.32-
YUV186.98116.16130.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 166 (65.23% from 255) = 30.40%
R=34.98%
G=34.62%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118916600.010.130.2555.216.3470
HexBFBDA601D19371046
Octal2772752460115316720106
Binary10111111101111011010011001110111001110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDA6; }

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

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

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

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

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

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

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

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