#BFBCA1

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

Shades of Ash #BFBCA1

Tints of Ash #BFBCA1

Color information

#BFBCA1 (or 0xBFBCA1) is unknown color: approx Ash. HEX triplet: BF, BC and A1. RGB value is (191,188,161). Sum of RGB (Red+Green+Blue) = 191+188+161=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA1 is #40435E. Grayscale: #B9B9B9. Windows color (decimal): -4211551 or 10599615. OLE color: 10599615.

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

Color convert

RGB191188161-
CMYK00.020.160.25
HSL54º18.99%69.02%-
HSV(B)54º15.71%74.9%-
XYZ45.949.6240.88-
YUV185.82113.99131.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=35.37%
G=34.81%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118816100.020.160.255418.9969.02
HexBFBCA1021019361345
Octal2772742410220316623105
Binary1011111110111100101000010101000011001110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCA1; }

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

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

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

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

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

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

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

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