Shades of Bouquet #BD7F9F
Tints of Bouquet #BD7F9F
RGB
CMYK
RGB Variations
Color information
#BD7F9F (or 0xBD7F9F) is known color: Bouquet. HEX triplet: BD, 7F and 9F. RGB value is (189,127,159). Sum of RGB (Red+Green+Blue) = 189+127+159=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F9F is #428060. Grayscale: #959595. Windows color (decimal): -4358241 or 10452925. OLE color: 10452925.
HSL color Cylindrical-coordinate representation of color #BD7F9F: hue angle of 329.03º 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 #BD7F9F is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 159 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.26 |
| HSL | 329.03º | 0.32% | 0.62% | - |
| HSV(B) | 329.03º | 0.33% | 0.74% | - |
| XYZ | 34.83 | 28.5 | 36.47 | - |
| YUV | 149.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 159 | 0 | 0.33 | 0.16 | 0.26 | 329.03 | 0.32 | 0.62 |
| Hex | BD | 7F | 9F | 0 | 21 | 10 | 1A | 149 | 20 | 3E |
| Octal | 275 | 177 | 237 | 0 | 41 | 20 | 32 | 511 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10011111 | 0 | 100001 | 10000 | 11010 | 101001001 | 100000 | 111110 |
Color Harmonies of #BD7F9F
Complementary color
Monochromatic Colors of #BD7F9F
Black with #BD7F9F
Text Example
Text Example
White with #BD7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F9F; }
p { color: rgb(189,127,159); }
H1.HeaderClassName
{
color: #BD7F9F;
}
.AnyTagClassName
{
color: #BD7F9F;
}
</style>
background-color css
<style>
a { background-color: #BD7F9F; }
a { background-color: rgb(189,127,159); }
div.DivClassName
{
background-color: #BD7F9F;
}
.BgClassName
{
background-color: #BD7F9F;
}
</style>
border-color css
<style>
span { border-color: #BD7F9F; }
span { border-color: rgb(189,127,159); }
td.TdClassName
{
border-color: #BD7F9F;
}
.TagClassName
{
border-color: #BD7F9F;
}
</style>