#BEBCAE

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

Shades of Grey Nickel #BEBCAE

Tints of Grey Nickel #BEBCAE

Color information

#BEBCAE (or 0xBEBCAE) is unknown color: approx Grey Nickel. HEX triplet: BE, BC and AE. RGB value is (190,188,174). Sum of RGB (Red+Green+Blue) = 190+188+174=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCAE is #414351. Grayscale: #BBBBBB. Windows color (decimal): -4277074 or 11451582. OLE color: 11451582.

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

Color convert

RGB190188174-
CMYK00.010.080.25
HSL52.5º10.96%71.37%-
HSV(B)52.5º8.42%74.51%-
XYZ46.8649.9747.22-
YUV187120.66130.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=34.42%
G=34.06%
B=31.52%

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
Decimal19018817400.010.080.2552.510.9671.37
HexBEBCAE0181935b47
Octal2762742560110316513107
Binary1011111010111100101011100110001100111010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCAE; }

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

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

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

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

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

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

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

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