Shades of Puce #BD7E99
Tints of Puce #BD7E99
RGB
CMYK
RGB Variations
Color information
#BD7E99 (or 0xBD7E99) is known color: Puce. HEX triplet: BD, 7E and 99. RGB value is (189,126,153). Sum of RGB (Red+Green+Blue) = 189+126+153=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E99 is #428166. Grayscale: #939393. Windows color (decimal): -4358503 or 10059453. OLE color: 10059453.
HSL color Cylindrical-coordinate representation of color #BD7E99: hue angle of 334.29º 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 #BD7E99 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 153 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.26 |
| HSL | 334.29º | 0.32% | 0.62% | - |
| HSV(B) | 334.29º | 0.33% | 0.74% | - |
| XYZ | 34.2 | 28.04 | 33.75 | - |
| YUV | 147.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 153 | 0 | 0.33 | 0.19 | 0.26 | 334.29 | 0.32 | 0.62 |
| Hex | BD | 7E | 99 | 0 | 21 | 13 | 1A | 14E | 20 | 3E |
| Octal | 275 | 176 | 231 | 0 | 41 | 23 | 32 | 516 | 40 | 76 |
| Binary | 10111101 | 1111110 | 10011001 | 0 | 100001 | 10011 | 11010 | 101001110 | 100000 | 111110 |
Color Harmonies of #BD7E99
Complementary color
Monochromatic Colors of #BD7E99
Black with #BD7E99
Text Example
Text Example
White with #BD7E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E99; }
p { color: rgb(189,126,153); }
H1.HeaderClassName
{
color: #BD7E99;
}
.AnyTagClassName
{
color: #BD7E99;
}
</style>
background-color css
<style>
a { background-color: #BD7E99; }
a { background-color: rgb(189,126,153); }
div.DivClassName
{
background-color: #BD7E99;
}
.BgClassName
{
background-color: #BD7E99;
}
</style>
border-color css
<style>
span { border-color: #BD7E99; }
span { border-color: rgb(189,126,153); }
td.TdClassName
{
border-color: #BD7E99;
}
.TagClassName
{
border-color: #BD7E99;
}
</style>