#BFBCA7

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

Shades of Ash #BFBCA7

Tints of Ash #BFBCA7

Color information

#BFBCA7 (or 0xBFBCA7) is unknown color: approx Ash. HEX triplet: BF, BC and A7. RGB value is (191,188,167). Sum of RGB (Red+Green+Blue) = 191+188+167=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA7 is #404358. Grayscale: #BABABA. Windows color (decimal): -4211545 or 10992831. OLE color: 10992831.

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

Color convert

RGB191188167-
CMYK00.020.130.25
HSL52.5º15.79%70.2%-
HSV(B)52.5º12.57%74.9%-
XYZ46.4449.8343.73-
YUV186.5116.99131.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=34.98%
G=34.43%
B=30.59%

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
Decimal19118816700.020.130.2552.515.7970.2
HexBFBCA702D19341046
Octal2772742470215316420106
Binary101111111011110010100111010110111001110100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCA7; }

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

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

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

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

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

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

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

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