#BFBBA3

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

Shades of Ash #BFBBA3

Tints of Ash #BFBBA3

Color information

#BFBBA3 (or 0xBFBBA3) is unknown color: approx Ash. HEX triplet: BF, BB and A3. RGB value is (191,187,163). Sum of RGB (Red+Green+Blue) = 191+187+163=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBA3 is #40445C. Grayscale: #B9B9B9. Windows color (decimal): -4211805 or 10730431. OLE color: 10730431.

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

Color convert

RGB191187163-
CMYK00.020.150.25
HSL51.43º17.95%69.41%-
HSV(B)51.43º14.66%74.9%-
XYZ45.8749.2641.74-
YUV185.46115.33131.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=35.30%
G=34.57%
B=30.13%

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
Decimal19118716300.020.150.2551.4317.9569.41
HexBFBBA302F19331245
Octal2772732430217316322105
Binary101111111011101110100011010111111001110011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBA3; }

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

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

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

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

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

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

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

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