#BCADA4

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

Shades of Silk #BCADA4

Tints of Silk #BCADA4

Color information

#BCADA4 (or 0xBCADA4) is unknown color: approx Silk. HEX triplet: BC, AD and A4. RGB value is (188,173,164). Sum of RGB (Red+Green+Blue) = 188+173+164=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA4 is #43525B. Grayscale: #B0B0B0. Windows color (decimal): -4411996 or 10792380. OLE color: 10792380.

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

Color convert

RGB188173164-
CMYK00.080.130.26
HSL22.5º15.19%69.02%-
HSV(B)22.5º12.77%73.73%-
XYZ42.3843.2641.24-
YUV176.46120.97136.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=35.81%
G=32.95%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817316400.080.130.2622.515.1969.02
HexBCADA408D1A17f45
Octal27425524401015322717105
Binary101111001010110110100100010001101110101011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADA4; }

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

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

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

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

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

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

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

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