#BEBCB0

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

Shades of Grey Nickel #BEBCB0

Tints of Grey Nickel #BEBCB0

Color information

#BEBCB0 (or 0xBEBCB0) is unknown color: approx Grey Nickel. HEX triplet: BE, BC and B0. RGB value is (190,188,176). Sum of RGB (Red+Green+Blue) = 190+188+176=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCB0 is #41434F. Grayscale: #BBBBBB. Windows color (decimal): -4277072 or 11582654. OLE color: 11582654.

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

Color convert

RGB190188176-
CMYK00.010.070.25
HSL51.43º9.72%71.76%-
HSV(B)51.43º7.37%74.51%-
XYZ47.0550.0548.25-
YUV187.23121.66129.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=34.30%
G=33.94%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018817600.010.070.2551.439.7271.76
HexBEBCB00171933a48
Octal276274260017316312110
Binary101111101011110010110000011111100111001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCB0; }

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

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

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

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

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

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

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

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