#BDAFA3

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

Shades of Silk #BDAFA3

Tints of Silk #BDAFA3

Color information

#BDAFA3 (or 0xBDAFA3) is unknown color: approx Silk. HEX triplet: BD, AF and A3. RGB value is (189,175,163). Sum of RGB (Red+Green+Blue) = 189+175+163=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA3 is #42505C. Grayscale: #B1B1B1. Windows color (decimal): -4345949 or 10727357. OLE color: 10727357.

HSL color Cylindrical-coordinate representation of color #BDAFA3: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDAFA3 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189175163-
CMYK00.070.140.26
HSL27.69º16.46%69.02%-
HSV(B)27.69º13.76%74.12%-
XYZ42.9344.1240.9-
YUV177.82119.64135.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=35.86%
G=33.21%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917516300.070.140.2627.6916.4669.02
HexBDAFA307E1A1c1045
Octal2752572430716323420105
Binary101111011010111110100011011111101101011100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFA3; }

 p { color: rgb(189,175,163); }

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

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

 a { background-color: rgb(189,175,163); }

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

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

 span { border-color: rgb(189,175,163); }

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