#BEAFA6

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

Shades of Silk #BEAFA6

Tints of Silk #BEAFA6

Color information

#BEAFA6 (or 0xBEAFA6) is unknown color: approx Silk. HEX triplet: BE, AF and A6. RGB value is (190,175,166). Sum of RGB (Red+Green+Blue) = 190+175+166=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA6 is #415059. Grayscale: #B2B2B2. Windows color (decimal): -4280410 or 10923966. OLE color: 10923966.

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

Color convert

RGB190175166-
CMYK00.080.130.25
HSL22.5º15.58%69.8%-
HSV(B)22.5º12.63%74.51%-
XYZ43.4544.3642.35-
YUV178.46120.97136.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=35.78%
G=32.96%
B=31.26%

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
Decimal19017516600.080.130.2522.515.5869.8
HexBEAFA608D19171046
Octal27625724601015312720106
Binary1011111010101111101001100100011011100110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA6; }

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

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

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

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

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

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

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

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