#BEAFA2

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

Shades of Silk #BEAFA2

Tints of Silk #BEAFA2

Color information

#BEAFA2 (or 0xBEAFA2) is unknown color: approx Silk. HEX triplet: BE, AF and A2. RGB value is (190,175,162). Sum of RGB (Red+Green+Blue) = 190+175+162=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA2 is #41505D. Grayscale: #B2B2B2. Windows color (decimal): -4280414 or 10661822. OLE color: 10661822.

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

Color convert

RGB190175162-
CMYK00.080.150.25
HSL27.86º17.72%69.02%-
HSV(B)27.86º14.74%74.51%-
XYZ43.0944.2240.45-
YUV178118.97136.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=36.05%
G=33.21%
B=30.74%

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
Decimal19017516200.080.150.2527.8617.7269.02
HexBEAFA208F191c1245
Octal27625724201017313422105
Binary1011111010101111101000100100011111100111100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA2; }

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

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

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

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

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

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

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

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