#BDAEA5

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

Shades of Silk #BDAEA5

Tints of Silk #BDAEA5

Color information

#BDAEA5 (or 0xBDAEA5) is unknown color: approx Silk. HEX triplet: BD, AE and A5. RGB value is (189,174,165). Sum of RGB (Red+Green+Blue) = 189+174+165=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA5 is #42515A. Grayscale: #B1B1B1. Windows color (decimal): -4346203 or 10858173. OLE color: 10858173.

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

Color convert

RGB189174165-
CMYK00.080.130.26
HSL22.5º15.38%69.41%-
HSV(B)22.5º12.7%74.12%-
XYZ42.9143.8141.79-
YUV177.46120.97136.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=35.80%
G=32.95%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917416500.080.130.2622.515.3869.41
HexBDAEA508D1A17f45
Octal27525624501015322717105
Binary101111011010111010100101010001101110101011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEA5; }

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

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

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

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

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

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

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

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