#BEBBAE

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

Shades of Grey Nickel #BEBBAE

Tints of Grey Nickel #BEBBAE

Color information

#BEBBAE (or 0xBEBBAE) is unknown color: approx Grey Nickel. HEX triplet: BE, BB and AE. RGB value is (190,187,174). Sum of RGB (Red+Green+Blue) = 190+187+174=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBAE is #414451. Grayscale: #BABABA. Windows color (decimal): -4277330 or 11451326. OLE color: 11451326.

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

Color convert

RGB190187174-
CMYK00.020.080.25
HSL48.75º10.96%71.37%-
HSV(B)48.75º8.42%74.51%-
XYZ46.6549.5447.15-
YUV186.42120.99130.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=34.48%
G=33.94%
B=31.58%

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
Decimal19018717400.020.080.2548.7510.9671.37
HexBEBBAE0281931b47
Octal2762732560210316113107
Binary10111110101110111010111001010001100111000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBAE; }

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

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

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

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

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

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

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

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