#BCAE9C

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

Shades of Silk #BCAE9C

Tints of Silk #BCAE9C

Color information

#BCAE9C (or 0xBCAE9C) is unknown color: approx Silk. HEX triplet: BC, AE and 9C. RGB value is (188,174,156). Sum of RGB (Red+Green+Blue) = 188+174+156=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE9C is #435163. Grayscale: #B0B0B0. Windows color (decimal): -4411748 or 10268348. OLE color: 10268348.

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

Color convert

RGB188174156-
CMYK00.070.170.26
HSL33.75º19.28%67.45%-
HSV(B)33.75º17.02%73.73%-
XYZ41.8843.3637.62-
YUV176.13116.64136.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=36.29%
G=33.59%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817415600.070.170.2633.7519.2867.45
HexBCAE9C07111A221343
Octal2742562340721324223103
Binary10111100101011101001110001111000111010100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE9C; }

 p { color: rgb(188,174,156); }

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

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

 a { background-color: rgb(188,174,156); }

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

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

 span { border-color: rgb(188,174,156); }

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