#BEBAAB

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

Shades of Grey Nickel #BEBAAB

Tints of Grey Nickel #BEBAAB

Color information

#BEBAAB (or 0xBEBAAB) is unknown color: approx Grey Nickel. HEX triplet: BE, BA and AB. RGB value is (190,186,171). Sum of RGB (Red+Green+Blue) = 190+186+171=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAAB is #414554. Grayscale: #B9B9B9. Windows color (decimal): -4277589 or 11254462. OLE color: 11254462.

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

Color convert

RGB190186171-
CMYK00.020.100.25
HSL47.37º12.75%70.78%-
HSV(B)47.37º10%74.51%-
XYZ46.1449.0145.55-
YUV185.49119.83131.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=34.73%
G=34.00%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018617100.020.100.2547.3712.7570.78
HexBEBAAB02A192fd47
Octal2762722530212315715107
Binary10111110101110101010101101010101100110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAAB; }

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

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

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

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

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

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

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

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