#BEAEA2

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

Shades of Silk #BEAEA2

Tints of Silk #BEAEA2

Color information

#BEAEA2 (or 0xBEAEA2) is unknown color: approx Silk. HEX triplet: BE, AE and A2. RGB value is (190,174,162). Sum of RGB (Red+Green+Blue) = 190+174+162=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA2 is #41515D. Grayscale: #B1B1B1. Windows color (decimal): -4280670 or 10661566. OLE color: 10661566.

HSL color Cylindrical-coordinate representation of color #BEAEA2: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEAEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190174162-
CMYK00.080.150.25
HSL25.71º17.72%69.02%-
HSV(B)25.71º14.74%74.51%-
XYZ42.8943.8340.38-
YUV177.42119.3136.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=36.12%
G=33.08%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017416200.080.150.2525.7117.7269.02
HexBEAEA208F191a1245
Octal27625624201017313222105
Binary1011111010101110101000100100011111100111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEA2; }

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

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

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

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

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

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

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

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