#BCADA2

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

Shades of Silk #BCADA2

Tints of Silk #BCADA2

Color information

#BCADA2 (or 0xBCADA2) is unknown color: approx Silk. HEX triplet: BC, AD and A2. RGB value is (188,173,162). Sum of RGB (Red+Green+Blue) = 188+173+162=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCADA2 is #43525D. Grayscale: #B0B0B0. Windows color (decimal): -4411998 or 10661308. OLE color: 10661308.

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

Color convert

RGB188173162-
CMYK00.080.140.26
HSL25.38º16.25%68.63%-
HSV(B)25.38º13.83%73.73%-
XYZ42.243.1940.29-
YUV176.23119.97136.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=35.95%
G=33.08%
B=30.98%

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
Decimal18817316200.080.140.2625.3816.2568.63
HexBCADA208E1A191045
Octal27425524201016323120105
Binary1011110010101101101000100100011101101011001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADA2; }

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

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

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

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

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

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

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

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