#BEAEA3

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

Shades of Silk #BEAEA3

Tints of Silk #BEAEA3

Color information

#BEAEA3 (or 0xBEAEA3) is unknown color: approx Silk. HEX triplet: BE, AE and A3. RGB value is (190,174,163). Sum of RGB (Red+Green+Blue) = 190+174+163=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA3 is #41515C. Grayscale: #B1B1B1. Windows color (decimal): -4280669 or 10727102. OLE color: 10727102.

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

Color convert

RGB190174163-
CMYK00.080.140.25
HSL24.44º17.2%69.22%-
HSV(B)24.44º14.21%74.51%-
XYZ42.9843.8640.85-
YUV177.53119.8136.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=36.05%
G=33.02%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017416300.080.140.2524.4417.269.22
HexBEAEA308E19181145
Octal27625624301016313021105
Binary1011111010101110101000110100011101100111000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEA3; }

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

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

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

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

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

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

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

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