#BEBCB4

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

Shades of Grey Nickel #BEBCB4

Tints of Grey Nickel #BEBCB4

Color information

#BEBCB4 (or 0xBEBCB4) is unknown color: approx Grey Nickel. HEX triplet: BE, BC and B4. RGB value is (190,188,180). Sum of RGB (Red+Green+Blue) = 190+188+180=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCB4 is #41434B. Grayscale: #BBBBBB. Windows color (decimal): -4277068 or 11844798. OLE color: 11844798.

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

Color convert

RGB190188180-
CMYK00.010.050.25
HSL48º7.14%72.55%-
HSV(B)48º5.26%74.51%-
XYZ47.4650.2150.37-
YUV187.69123.66129.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=34.05%
G=33.69%
B=32.26%

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
Decimal19018818000.010.050.25487.1472.55
HexBEBCB40151930749
Octal27627426401531607111
Binary10111110101111001011010001101110011100001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCB4; }

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

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

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

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

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

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

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

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