#BFBCA2

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

Shades of Ash #BFBCA2

Tints of Ash #BFBCA2

Color information

#BFBCA2 (or 0xBFBCA2) is unknown color: approx Ash. HEX triplet: BF, BC and A2. RGB value is (191,188,162). Sum of RGB (Red+Green+Blue) = 191+188+162=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA2 is #40435D. Grayscale: #BABABA. Windows color (decimal): -4211550 or 10665151. OLE color: 10665151.

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

Color convert

RGB191188162-
CMYK00.020.150.25
HSL53.79º18.47%69.22%-
HSV(B)53.79º15.18%74.9%-
XYZ45.9949.6541.34-
YUV185.93114.49131.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=35.30%
G=34.75%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118816200.020.150.2553.7918.4769.22
HexBFBCA202F19361245
Octal2772742420217316622105
Binary101111111011110010100010010111111001110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCA2; }

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

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

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

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

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

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

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

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