#BFBEB6

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

Shades of Silver Sand #BFBEB6

Tints of Silver Sand #BFBEB6

Color information

#BFBEB6 (or 0xBFBEB6) is unknown color: approx Silver Sand. HEX triplet: BF, BE and B6. RGB value is (191,190,182). Sum of RGB (Red+Green+Blue) = 191+190+182=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEB6 is #404149. Grayscale: #BDBDBD. Windows color (decimal): -4211018 or 11976383. OLE color: 11976383.

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

Color convert

RGB191190182-
CMYK00.010.050.25
HSL53.33º6.57%73.14%-
HSV(B)53.33º4.71%74.9%-
XYZ48.3451.2851.61-
YUV189.39123.83129.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 182 (71.48% from 255) = 32.33%
R=33.93%
G=33.75%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119018200.010.050.2553.336.5773.14
HexBFBEB60151935749
Octal27727626601531657111
Binary10111111101111101011011001101110011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEB6; }

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

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

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

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

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

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

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

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