#BCAA9E

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

Shades of Silk #BCAA9E

Tints of Silk #BCAA9E

Color information

#BCAA9E (or 0xBCAA9E) is unknown color: approx Silk. HEX triplet: BC, AA and 9E. RGB value is (188,170,158). Sum of RGB (Red+Green+Blue) = 188+170+158=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA9E is #435561. Grayscale: #AEAEAE. Windows color (decimal): -4412770 or 10398396. OLE color: 10398396.

HSL color Cylindrical-coordinate representation of color #BCAA9E: hue angle of 24º 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 #BCAA9E is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188170158-
CMYK00.100.160.26
HSL24º18.29%67.84%-
HSV(B)24º15.96%73.73%-
XYZ41.2941.9138.26-
YUV174.01118.96137.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=36.43%
G=32.95%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817015800.100.160.262418.2967.84
HexBCAA9E0A101A181244
Octal27425223601220323022104
Binary10111100101010101001111001010100001101011000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA9E; }

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

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

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

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

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

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

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

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