#BC8194

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

Shades of Puce #BC8194

Tints of Puce #BC8194

Color information

#BC8194 (or 0xBC8194) is unknown color: approx Puce. HEX triplet: BC, 81 and 94. RGB value is (188,129,148). Sum of RGB (Red+Green+Blue) = 188+129+148=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8194 is #437E6B. Grayscale: #949494. Windows color (decimal): -4423276 or 9732540. OLE color: 9732540.

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

Color convert

RGB188129148-
CMYK00.310.210.26
HSL340.68º30.57%62.16%-
HSV(B)340.68º31.38%73.73%-
XYZ33.9328.5331.74-
YUV148.81127.55155.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=40.43%
G=27.74%
B=31.83%

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
Decimal18812914800.310.210.26340.6830.5762.16
HexBC819401F151A1551f3e
Octal27420122403725325253776
Binary101111001000000110010100011111101011101010101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8194; }

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

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

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

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

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

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

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

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