#BC7F96

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

Shades of Puce #BC7F96

Tints of Puce #BC7F96

Color information

#BC7F96 (or 0xBC7F96) is unknown color: approx Puce. HEX triplet: BC, 7F and 96. RGB value is (188,127,150). Sum of RGB (Red+Green+Blue) = 188+127+150=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F96 is #438069. Grayscale: #939393. Windows color (decimal): -4423786 or 9863100. OLE color: 9863100.

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

Color convert

RGB188127150-
CMYK00.320.200.26
HSL337.38º31.28%61.76%-
HSV(B)337.38º32.45%73.73%-
XYZ33.8328.0732.49-
YUV147.86129.21156.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=40.43%
G=27.31%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812715000.320.200.26337.3831.2861.76
HexBC7F96020141A1511f3e
Octal27417722604024325213776
Binary101111001111111100101100100000101001101010101000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F96; }

 p { color: rgb(188,127,150); }

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

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

 a { background-color: rgb(188,127,150); }

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

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

 span { border-color: rgb(188,127,150); }

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