#BCAE9E

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

Shades of Silk #BCAE9E

Tints of Silk #BCAE9E

Color information

#BCAE9E (or 0xBCAE9E) is unknown color: approx Silk. HEX triplet: BC, AE and 9E. RGB value is (188,174,158). Sum of RGB (Red+Green+Blue) = 188+174+158=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE9E is #435161. Grayscale: #B0B0B0. Windows color (decimal): -4411746 or 10399420. OLE color: 10399420.

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

Color convert

RGB188174158-
CMYK00.070.160.26
HSL32º18.29%67.84%-
HSV(B)32º15.96%73.73%-
XYZ42.0543.4338.51-
YUV176.36117.64136.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 158 (62.11% from 255) = 30.38%
R=36.15%
G=33.46%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817415800.070.160.263218.2967.84
HexBCAE9E07101A201244
Octal2742562360720324022104
Binary10111100101011101001111001111000011010100000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE9E; }

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

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

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

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

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

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

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

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