#BDAFA4

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

Shades of Silk #BDAFA4

Tints of Silk #BDAFA4

Color information

#BDAFA4 (or 0xBDAFA4) is unknown color: approx Silk. HEX triplet: BD, AF and A4. RGB value is (189,175,164). Sum of RGB (Red+Green+Blue) = 189+175+164=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA4 is #42505B. Grayscale: #B1B1B1. Windows color (decimal): -4345948 or 10792893. OLE color: 10792893.

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

Color convert

RGB189175164-
CMYK00.070.130.26
HSL26.4º15.92%69.22%-
HSV(B)26.4º13.23%74.12%-
XYZ43.0244.1641.38-
YUV177.93120.14135.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=35.80%
G=33.14%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917516400.070.130.2626.415.9269.22
HexBDAFA407D1A1a1045
Octal2752572440715323220105
Binary101111011010111110100100011111011101011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFA4; }

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

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

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

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

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

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

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

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