Shades of Puce #BC7F98
Tints of Puce #BC7F98
RGB
CMYK
RGB Variations
Color information
#BC7F98 (or 0xBC7F98) is known color: Puce. HEX triplet: BC, 7F and 98. RGB value is (188,127,152). Sum of RGB (Red+Green+Blue) = 188+127+152=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F98 is #438067. Grayscale: #949494. Windows color (decimal): -4423784 or 9994172. OLE color: 9994172.
HSL color Cylindrical-coordinate representation of color #BC7F98: hue angle of 335.41º 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 #BC7F98 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 152 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.26 |
| HSL | 335.41º | 0.31% | 0.62% | - |
| HSV(B) | 335.41º | 0.32% | 0.74% | - |
| XYZ | 34 | 28.14 | 33.34 | - |
| YUV | 148.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 152 | 0 | 0.32 | 0.19 | 0.26 | 335.41 | 0.31 | 0.62 |
| Hex | BC | 7F | 98 | 0 | 20 | 13 | 1A | 14F | 1F | 3E |
| Octal | 274 | 177 | 230 | 0 | 40 | 23 | 32 | 517 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10011000 | 0 | 100000 | 10011 | 11010 | 101001111 | 11111 | 111110 |
Color Harmonies of #BC7F98
Complementary color
Monochromatic Colors of #BC7F98
Black with #BC7F98
Text Example
Text Example
White with #BC7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F98; }
p { color: rgb(188,127,152); }
H1.HeaderClassName
{
color: #BC7F98;
}
.AnyTagClassName
{
color: #BC7F98;
}
</style>
background-color css
<style>
a { background-color: #BC7F98; }
a { background-color: rgb(188,127,152); }
div.DivClassName
{
background-color: #BC7F98;
}
.BgClassName
{
background-color: #BC7F98;
}
</style>
border-color css
<style>
span { border-color: #BC7F98; }
span { border-color: rgb(188,127,152); }
td.TdClassName
{
border-color: #BC7F98;
}
.TagClassName
{
border-color: #BC7F98;
}
</style>