#BDAEA6

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

Shades of Silk #BDAEA6

Tints of Silk #BDAEA6

Color information

#BDAEA6 (or 0xBDAEA6) is unknown color: approx Silk. HEX triplet: BD, AE and A6. RGB value is (189,174,166). Sum of RGB (Red+Green+Blue) = 189+174+166=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA6 is #425159. Grayscale: #B1B1B1. Windows color (decimal): -4346202 or 10923709. OLE color: 10923709.

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

Color convert

RGB189174166-
CMYK00.080.120.26
HSL20.87º14.84%69.61%-
HSV(B)20.87º12.17%74.12%-
XYZ43.0143.8442.27-
YUV177.57121.47136.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=35.73%
G=32.89%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917416600.080.120.2620.8714.8469.61
HexBDAEA608C1A15f46
Octal27525624601014322517106
Binary101111011010111010100110010001100110101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEA6; }

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

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

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

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

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

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

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

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