#BFBEB9

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

Shades of Silver Sand #BFBEB9

Tints of Silver Sand #BFBEB9

Color information

#BFBEB9 (or 0xBFBEB9) is unknown color: approx Silver Sand. HEX triplet: BF, BE and B9. RGB value is (191,190,185). Sum of RGB (Red+Green+Blue) = 191+190+185=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEB9 is #404146. Grayscale: #BDBDBD. Windows color (decimal): -4211015 or 12172991. OLE color: 12172991.

HSL color Cylindrical-coordinate representation of color #BFBEB9: hue angle of 50º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBEB9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191190185-
CMYK00.010.030.25
HSL50º4.48%73.73%-
HSV(B)50º3.14%74.9%-
XYZ48.6651.4153.26-
YUV189.73125.33128.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=33.75%
G=33.57%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119018500.010.030.25504.4873.73
HexBFBEB9013193244a
Octal27727627101331624112
Binary1011111110111110101110010111110011100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEB9; }

 p { color: rgb(191,190,185); }

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

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

 a { background-color: rgb(191,190,185); }

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

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

 span { border-color: rgb(191,190,185); }

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