#BDAFA2

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

Shades of Silk #BDAFA2

Tints of Silk #BDAFA2

Color information

#BDAFA2 (or 0xBDAFA2) is unknown color: approx Silk. HEX triplet: BD, AF and A2. RGB value is (189,175,162). Sum of RGB (Red+Green+Blue) = 189+175+162=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA2 is #42505D. Grayscale: #B1B1B1. Windows color (decimal): -4345950 or 10661821. OLE color: 10661821.

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

Color convert

RGB189175162-
CMYK00.070.140.26
HSL28.89º16.98%68.82%-
HSV(B)28.89º14.29%74.12%-
XYZ42.8444.0940.43-
YUV177.7119.14136.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=35.93%
G=33.27%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917516200.070.140.2628.8916.9868.82
HexBDAFA207E1A1d1145
Octal2752572420716323521105
Binary101111011010111110100010011111101101011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFA2; }

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

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

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

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

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

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

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

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