#BC8294

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

Shades of Puce #BC8294

Tints of Puce #BC8294

Color information

#BC8294 (or 0xBC8294) is unknown color: approx Puce. HEX triplet: BC, 82 and 94. RGB value is (188,130,148). Sum of RGB (Red+Green+Blue) = 188+130+148=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8294 is #437D6B. Grayscale: #959595. Windows color (decimal): -4423020 or 9732796. OLE color: 9732796.

HSL color Cylindrical-coordinate representation of color #BC8294: hue angle of 341.38º degrees, saturation: 0.3, 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 #BC8294 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188130148-
CMYK00.310.210.26
HSL341.38º30.21%62.35%-
HSV(B)341.38º30.85%73.73%-
XYZ34.0728.7931.78-
YUV149.39127.22155.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=40.34%
G=27.90%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813014800.310.210.26341.3830.2162.35
HexBC829401F151A1551e3e
Octal27420222403725325253676
Binary101111001000001010010100011111101011101010101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8294; }

 p { color: rgb(188,130,148); }

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

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

 a { background-color: rgb(188,130,148); }

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

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

 span { border-color: rgb(188,130,148); }

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