#BFBCA8

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

Shades of Ash #BFBCA8

Tints of Ash #BFBCA8

Color information

#BFBCA8 (or 0xBFBCA8) is unknown color: approx Ash. HEX triplet: BF, BC and A8. RGB value is (191,188,168). Sum of RGB (Red+Green+Blue) = 191+188+168=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA8 is #404357. Grayscale: #BABABA. Windows color (decimal): -4211544 or 11058367. OLE color: 11058367.

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

Color convert

RGB191188168-
CMYK00.020.120.25
HSL52.17º15.23%70.39%-
HSV(B)52.17º12.04%74.9%-
XYZ46.5449.8744.22-
YUV186.62117.49131.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=34.92%
G=34.37%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118816800.020.120.2552.1715.2370.39
HexBFBCA802C1934f46
Octal2772742500214316417106
Binary10111111101111001010100001011001100111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCA8; }

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

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

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

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

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

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

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

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