#BEBAAE

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

Shades of Grey Nickel #BEBAAE

Tints of Grey Nickel #BEBAAE

Color information

#BEBAAE (or 0xBEBAAE) is unknown color: approx Grey Nickel. HEX triplet: BE, BA and AE. RGB value is (190,186,174). Sum of RGB (Red+Green+Blue) = 190+186+174=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAAE is #414551. Grayscale: #B9B9B9. Windows color (decimal): -4277586 or 11451070. OLE color: 11451070.

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

Color convert

RGB190186174-
CMYK00.020.080.25
HSL45º10.96%71.37%-
HSV(B)45º8.42%74.51%-
XYZ46.4349.1247.08-
YUV185.83121.33130.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=34.55%
G=33.82%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018617400.020.080.254510.9671.37
HexBEBAAE028192db47
Octal2762722560210315513107
Binary10111110101110101010111001010001100110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAAE; }

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

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

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

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

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

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

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

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