Shades of Puce #BC7E97
Tints of Puce #BC7E97
RGB
CMYK
RGB Variations
Color information
#BC7E97 (or 0xBC7E97) is known color: Puce. HEX triplet: BC, 7E and 97. RGB value is (188,126,151). Sum of RGB (Red+Green+Blue) = 188+126+151=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E97 is #438168. Grayscale: #939393. Windows color (decimal): -4424041 or 9928380. OLE color: 9928380.
HSL color Cylindrical-coordinate representation of color #BC7E97: hue angle of 335.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7E97 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 151 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.26 |
| HSL | 335.81º | 0.32% | 0.62% | - |
| HSV(B) | 335.81º | 0.33% | 0.74% | - |
| XYZ | 33.79 | 27.85 | 32.87 | - |
| YUV | 147.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 151 | 0 | 0.33 | 0.20 | 0.26 | 335.81 | 0.32 | 0.62 |
| Hex | BC | 7E | 97 | 0 | 21 | 14 | 1A | 150 | 20 | 3E |
| Octal | 274 | 176 | 227 | 0 | 41 | 24 | 32 | 520 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10010111 | 0 | 100001 | 10100 | 11010 | 101010000 | 100000 | 111110 |
Color Harmonies of #BC7E97
Complementary color
Monochromatic Colors of #BC7E97
Black with #BC7E97
Text Example
Text Example
White with #BC7E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E97; }
p { color: rgb(188,126,151); }
H1.HeaderClassName
{
color: #BC7E97;
}
.AnyTagClassName
{
color: #BC7E97;
}
</style>
background-color css
<style>
a { background-color: #BC7E97; }
a { background-color: rgb(188,126,151); }
div.DivClassName
{
background-color: #BC7E97;
}
.BgClassName
{
background-color: #BC7E97;
}
</style>
border-color css
<style>
span { border-color: #BC7E97; }
span { border-color: rgb(188,126,151); }
td.TdClassName
{
border-color: #BC7E97;
}
.TagClassName
{
border-color: #BC7E97;
}
</style>