#BCAA9D

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

Shades of Silk #BCAA9D

Tints of Silk #BCAA9D

Color information

#BCAA9D (or 0xBCAA9D) is unknown color: approx Silk. HEX triplet: BC, AA and 9D. RGB value is (188,170,157). Sum of RGB (Red+Green+Blue) = 188+170+157=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA9D is #435562. Grayscale: #ADADAD. Windows color (decimal): -4412771 or 10332860. OLE color: 10332860.

HSL color Cylindrical-coordinate representation of color #BCAA9D: hue angle of 25.16º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAA9D is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188170157-
CMYK00.100.160.26
HSL25.16º18.79%67.65%-
HSV(B)25.16º16.49%73.73%-
XYZ41.241.8837.81-
YUV173.9118.46138.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=36.50%
G=33.01%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817015700.100.160.2625.1618.7967.65
HexBCAA9D0A101A191344
Octal27425223501220323123104
Binary10111100101010101001110101010100001101011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA9D; }

 p { color: rgb(188,170,157); }

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

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

 a { background-color: rgb(188,170,157); }

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

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

 span { border-color: rgb(188,170,157); }

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