#BEAFA5

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

Shades of Silk #BEAFA5

Tints of Silk #BEAFA5

Color information

#BEAFA5 (or 0xBEAFA5) is unknown color: approx Silk. HEX triplet: BE, AF and A5. RGB value is (190,175,165). Sum of RGB (Red+Green+Blue) = 190+175+165=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA5 is #41505A. Grayscale: #B2B2B2. Windows color (decimal): -4280411 or 10858430. OLE color: 10858430.

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

Color convert

RGB190175165-
CMYK00.080.130.25
HSL24º16.13%69.61%-
HSV(B)24º13.16%74.51%-
XYZ43.3644.3241.87-
YUV178.34120.47136.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=35.85%
G=33.02%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017516500.080.130.252416.1369.61
HexBEAFA508D19181046
Octal27625724501015313020106
Binary1011111010101111101001010100011011100111000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA5; }

 p { color: rgb(190,175,165); }

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

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

 a { background-color: rgb(190,175,165); }

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

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

 span { border-color: rgb(190,175,165); }

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