#BEAFA7

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

Shades of Silk #BEAFA7

Tints of Silk #BEAFA7

Color information

#BEAFA7 (or 0xBEAFA7) is unknown color: approx Silk. HEX triplet: BE, AF and A7. RGB value is (190,175,167). Sum of RGB (Red+Green+Blue) = 190+175+167=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA7 is #415058. Grayscale: #B2B2B2. Windows color (decimal): -4280409 or 10989502. OLE color: 10989502.

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

Color convert

RGB190175167-
CMYK00.080.120.25
HSL20.87º15.03%70%-
HSV(B)20.87º12.11%74.51%-
XYZ43.5444.442.83-
YUV178.57121.47136.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=35.71%
G=32.89%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017516700.080.120.2520.8715.0370
HexBEAFA708C1915f46
Octal27625724701014312517106
Binary101111101010111110100111010001100110011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA7; }

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

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

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

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

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

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

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

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