#BC688C

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

Shades of Tapestry #BC688C

Tints of Tapestry #BC688C

Color information

#BC688C (or 0xBC688C) is unknown color: approx Tapestry. HEX triplet: BC, 68 and 8C. RGB value is (188,104,140). Sum of RGB (Red+Green+Blue) = 188+104+140=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC688C is #439773. Grayscale: #858585. Windows color (decimal): -4429684 or 9201852. OLE color: 9201852.

HSL color Cylindrical-coordinate representation of color #BC688C: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC688C is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB188104140-
CMYK00.450.260.26
HSL334.29º38.53%57.25%-
HSV(B)334.29º44.68%73.73%-
XYZ30.4222.4927.55-
YUV133.22131.83167.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=43.52%
G=24.07%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810414000.450.260.26334.2938.5357.25
HexBC688C02D1A1A14e2739
Octal27415021405532325164771
Binary1011110011010001000110001011011101011010101001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC688C; }

 p { color: rgb(188,104,140); }

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

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

 a { background-color: rgb(188,104,140); }

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

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

 span { border-color: rgb(188,104,140); }

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