#BEBBAD

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

Shades of Grey Nickel #BEBBAD

Tints of Grey Nickel #BEBBAD

Color information

#BEBBAD (or 0xBEBBAD) is unknown color: approx Grey Nickel. HEX triplet: BE, BB and AD. RGB value is (190,187,173). Sum of RGB (Red+Green+Blue) = 190+187+173=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBAD is #414452. Grayscale: #BABABA. Windows color (decimal): -4277331 or 11385790. OLE color: 11385790.

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

Color convert

RGB190187173-
CMYK00.020.090.25
HSL49.41º11.56%71.18%-
HSV(B)49.41º8.95%74.51%-
XYZ46.5549.546.64-
YUV186.3120.49130.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=34.55%
G=34%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018717300.020.090.2549.4111.5671.18
HexBEBBAD0291931c47
Octal2762732550211316114107
Binary10111110101110111010110101010011100111000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBAD; }

 p { color: rgb(190,187,173); }

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

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

 a { background-color: rgb(190,187,173); }

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

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

 span { border-color: rgb(190,187,173); }

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