#BDAFA5

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

Shades of Silk #BDAFA5

Tints of Silk #BDAFA5

Color information

#BDAFA5 (or 0xBDAFA5) is unknown color: approx Silk. HEX triplet: BD, AF and A5. RGB value is (189,175,165). Sum of RGB (Red+Green+Blue) = 189+175+165=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA5 is #42505A. Grayscale: #B2B2B2. Windows color (decimal): -4345947 or 10858429. OLE color: 10858429.

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

Color convert

RGB189175165-
CMYK00.070.130.26
HSL25º15.38%69.41%-
HSV(B)25º12.7%74.12%-
XYZ43.1144.241.86-
YUV178.05120.64135.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=35.73%
G=33.08%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917516500.070.130.262515.3869.41
HexBDAFA507D1A19f45
Octal2752572450715323117105
Binary10111101101011111010010101111101110101100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFA5; }

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

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

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

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

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

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

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

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