#BDAFA6

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

Shades of Silk #BDAFA6

Tints of Silk #BDAFA6

Color information

#BDAFA6 (or 0xBDAFA6) is unknown color: approx Silk. HEX triplet: BD, AF and A6. RGB value is (189,175,166). Sum of RGB (Red+Green+Blue) = 189+175+166=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA6 is #425059. Grayscale: #B2B2B2. Windows color (decimal): -4345946 or 10923965. OLE color: 10923965.

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

Color convert

RGB189175166-
CMYK00.070.120.26
HSL23.48º14.84%69.61%-
HSV(B)23.48º12.17%74.12%-
XYZ43.244.2342.34-
YUV178.16121.14135.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=35.66%
G=33.02%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917516600.070.120.2623.4814.8469.61
HexBDAFA607C1A17f46
Octal2752572460714322717106
Binary10111101101011111010011001111100110101011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFA6; }

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

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

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

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

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

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

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

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