#BCADA0

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

Shades of Silk #BCADA0

Tints of Silk #BCADA0

Color information

#BCADA0 (or 0xBCADA0) is unknown color: approx Silk. HEX triplet: BC, AD and A0. RGB value is (188,173,160). Sum of RGB (Red+Green+Blue) = 188+173+160=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA0 is #43525F. Grayscale: #B0B0B0. Windows color (decimal): -4412000 or 10530236. OLE color: 10530236.

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

Color convert

RGB188173160-
CMYK00.080.150.26
HSL27.86º17.28%68.24%-
HSV(B)27.86º14.89%73.73%-
XYZ42.0343.1239.36-
YUV176118.97136.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=36.08%
G=33.21%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817316000.080.150.2627.8617.2868.24
HexBCADA008F1A1c1144
Octal27425524001017323421104
Binary1011110010101101101000000100011111101011100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADA0; }

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

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

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

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

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

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

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

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