#BEB9AA

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

Shades of Grey Nickel #BEB9AA

Tints of Grey Nickel #BEB9AA

Color information

#BEB9AA (or 0xBEB9AA) is unknown color: approx Grey Nickel. HEX triplet: BE, B9 and AA. RGB value is (190,185,170). Sum of RGB (Red+Green+Blue) = 190+185+170=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9AA is #414655. Grayscale: #B8B8B8. Windows color (decimal): -4277846 or 11188670. OLE color: 11188670.

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

Color convert

RGB190185170-
CMYK00.030.110.25
HSL45º13.33%70.59%-
HSV(B)45º10.53%74.51%-
XYZ45.8448.5544.98-
YUV184.78119.66131.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=34.86%
G=33.94%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018517000.030.110.254513.3370.59
HexBEB9AA03B192dd47
Octal2762712520313315515107
Binary10111110101110011010101001110111100110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9AA; }

 p { color: rgb(190,185,170); }

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

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

 a { background-color: rgb(190,185,170); }

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

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

 span { border-color: rgb(190,185,170); }

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