#BCADA1

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

Shades of Silk #BCADA1

Tints of Silk #BCADA1

Color information

#BCADA1 (or 0xBCADA1) is unknown color: approx Silk. HEX triplet: BC, AD and A1. RGB value is (188,173,161). Sum of RGB (Red+Green+Blue) = 188+173+161=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA1 is #43525E. Grayscale: #B0B0B0. Windows color (decimal): -4411999 or 10595772. OLE color: 10595772.

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

Color convert

RGB188173161-
CMYK00.080.140.26
HSL26.67º16.77%68.43%-
HSV(B)26.67º14.36%73.73%-
XYZ42.1243.1539.83-
YUV176.12119.47136.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 161 (63.28% from 255) = 30.84%
R=36.02%
G=33.14%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817316100.080.140.2626.6716.7768.43
HexBCADA108E1A1b1144
Octal27425524101016323321104
Binary1011110010101101101000010100011101101011011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADA1; }

 p { color: rgb(188,173,161); }

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

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

 a { background-color: rgb(188,173,161); }

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

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

 span { border-color: rgb(188,173,161); }

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