#BFBCA6

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

Shades of Ash #BFBCA6

Tints of Ash #BFBCA6

Color information

#BFBCA6 (or 0xBFBCA6) is unknown color: approx Ash. HEX triplet: BF, BC and A6. RGB value is (191,188,166). Sum of RGB (Red+Green+Blue) = 191+188+166=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA6 is #404359. Grayscale: #BABABA. Windows color (decimal): -4211546 or 10927295. OLE color: 10927295.

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

Color convert

RGB191188166-
CMYK00.020.130.25
HSL52.8º16.34%70%-
HSV(B)52.8º13.09%74.9%-
XYZ46.3549.843.24-
YUV186.39116.49131.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=35.05%
G=34.50%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118816600.020.130.2552.816.3470
HexBFBCA602D19351046
Octal2772742460215316520106
Binary101111111011110010100110010110111001110101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCA6; }

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

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

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

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

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

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

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

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