#BFBEB0

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

Shades of Silver Sand #BFBEB0

Tints of Silver Sand #BFBEB0

Color information

#BFBEB0 (or 0xBFBEB0) is unknown color: approx Silver Sand. HEX triplet: BF, BE and B0. RGB value is (191,190,176). Sum of RGB (Red+Green+Blue) = 191+190+176=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEB0 is #40414F. Grayscale: #BCBCBC. Windows color (decimal): -4211024 or 11583167. OLE color: 11583167.

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

Color convert

RGB191190176-
CMYK00.010.080.25
HSL56º10.49%71.96%-
HSV(B)56º7.85%74.9%-
XYZ47.7451.0448.41-
YUV188.7120.83129.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=34.29%
G=34.11%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119017600.010.080.255610.4971.96
HexBFBEB00181938a48
Octal2772762600110317012110
Binary1011111110111110101100000110001100111100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEB0; }

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

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

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

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

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

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

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

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