#BDAEA1

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

Shades of Silk #BDAEA1

Tints of Silk #BDAEA1

Color information

#BDAEA1 (or 0xBDAEA1) is unknown color: approx Silk. HEX triplet: BD, AE and A1. RGB value is (189,174,161). Sum of RGB (Red+Green+Blue) = 189+174+161=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA1 is #42515E. Grayscale: #B1B1B1. Windows color (decimal): -4346207 or 10596029. OLE color: 10596029.

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

Color convert

RGB189174161-
CMYK00.080.150.26
HSL27.86º17.5%68.63%-
HSV(B)27.86º14.81%74.12%-
XYZ42.5643.6639.9-
YUV177118.97136.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=36.07%
G=33.21%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917416100.080.150.2627.8617.568.63
HexBDAEA108F1A1c1245
Octal27525624101017323422105
Binary1011110110101110101000010100011111101011100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEA1; }

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

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

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

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

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

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

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

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