#BEAFA1

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

Shades of Silk #BEAFA1

Tints of Silk #BEAFA1

Color information

#BEAFA1 (or 0xBEAFA1) is unknown color: approx Silk. HEX triplet: BE, AF and A1. RGB value is (190,175,161). Sum of RGB (Red+Green+Blue) = 190+175+161=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA1 is #41505E. Grayscale: #B1B1B1. Windows color (decimal): -4280415 or 10596286. OLE color: 10596286.

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

Color convert

RGB190175161-
CMYK00.080.150.25
HSL28.97º18.24%68.82%-
HSV(B)28.97º15.26%74.51%-
XYZ4344.1839.98-
YUV177.89118.47136.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=36.12%
G=33.27%
B=30.61%

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
Decimal19017516100.080.150.2528.9718.2468.82
HexBEAFA108F191d1245
Octal27625724101017313522105
Binary1011111010101111101000010100011111100111101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA1; }

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

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

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

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

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

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

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

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