#BC8193

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

Shades of Puce #BC8193

Tints of Puce #BC8193

Color information

#BC8193 (or 0xBC8193) is unknown color: approx Puce. HEX triplet: BC, 81 and 93. RGB value is (188,129,147). Sum of RGB (Red+Green+Blue) = 188+129+147=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8193 is #437E6C. Grayscale: #949494. Windows color (decimal): -4423277 or 9667004. OLE color: 9667004.

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

Color convert

RGB188129147-
CMYK00.310.220.26
HSL341.69º30.57%62.16%-
HSV(B)341.69º31.38%73.73%-
XYZ33.8628.531.32-
YUV148.69127.05156.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=40.52%
G=27.80%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812914700.310.220.26341.6930.5762.16
HexBC819301F161A1561f3e
Octal27420122303726325263776
Binary101111001000000110010011011111101101101010101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8193; }

 p { color: rgb(188,129,147); }

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

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

 a { background-color: rgb(188,129,147); }

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

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

 span { border-color: rgb(188,129,147); }

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