#BFBBA6

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

Shades of Ash #BFBBA6

Tints of Ash #BFBBA6

Color information

#BFBBA6 (or 0xBFBBA6) is unknown color: approx Ash. HEX triplet: BF, BB and A6. RGB value is (191,187,166). Sum of RGB (Red+Green+Blue) = 191+187+166=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBA6 is #404459. Grayscale: #B9B9B9. Windows color (decimal): -4211802 or 10927039. OLE color: 10927039.

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

Color convert

RGB191187166-
CMYK00.020.130.25
HSL50.4º16.34%70%-
HSV(B)50.4º13.09%74.9%-
XYZ46.1449.3743.17-
YUV185.8116.83131.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 166 (65.23% from 255) = 30.51%
R=35.11%
G=34.38%
B=30.51%

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
Decimal19118716600.020.130.2550.416.3470
HexBFBBA602D19321046
Octal2772732460215316220106
Binary101111111011101110100110010110111001110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBA6; }

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

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

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

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

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

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

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

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