#BEBCB5

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

Shades of Grey Nickel #BEBCB5

Tints of Grey Nickel #BEBCB5

Color information

#BEBCB5 (or 0xBEBCB5) is unknown color: approx Grey Nickel. HEX triplet: BE, BC and B5. RGB value is (190,188,181). Sum of RGB (Red+Green+Blue) = 190+188+181=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCB5 is #41434A. Grayscale: #BBBBBB. Windows color (decimal): -4277067 or 11910334. OLE color: 11910334.

HSL color Cylindrical-coordinate representation of color #BEBCB5: hue angle of 46.67º degrees, saturation: 0.06, 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 #BEBCB5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB190188181-
CMYK00.010.050.25
HSL46.67º6.47%72.75%-
HSV(B)46.67º4.74%74.51%-
XYZ47.5650.2550.91-
YUV187.8124.16129.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=33.99%
G=33.63%
B=32.38%

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
Decimal19018818100.010.050.2546.676.4772.75
HexBEBCB5015192f649
Octal27627426501531576111
Binary10111110101111001011010101101110011011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCB5; }

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

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

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

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

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

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

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

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