Shades of Bouquet #BD7F9E
Tints of Bouquet #BD7F9E
RGB
CMYK
RGB Variations
Color information
#BD7F9E (or 0xBD7F9E) is known color: Bouquet. HEX triplet: BD, 7F and 9E. RGB value is (189,127,158). Sum of RGB (Red+Green+Blue) = 189+127+158=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F9E is #428061. Grayscale: #959595. Windows color (decimal): -4358242 or 10387389. OLE color: 10387389.
HSL color Cylindrical-coordinate representation of color #BD7F9E: hue angle of 330º 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 #BD7F9E is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 158 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.26 |
| HSL | 330º | 0.32% | 0.62% | - |
| HSV(B) | 330º | 0.33% | 0.74% | - |
| XYZ | 34.75 | 28.47 | 36.01 | - |
| YUV | 149.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 158 | 0 | 0.33 | 0.16 | 0.26 | 330 | 0.32 | 0.62 |
| Hex | BD | 7F | 9E | 0 | 21 | 10 | 1A | 14A | 20 | 3E |
| Octal | 275 | 177 | 236 | 0 | 41 | 20 | 32 | 512 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10011110 | 0 | 100001 | 10000 | 11010 | 101001010 | 100000 | 111110 |
Color Harmonies of #BD7F9E
Complementary color
Monochromatic Colors of #BD7F9E
Black with #BD7F9E
Text Example
Text Example
White with #BD7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F9E; }
p { color: rgb(189,127,158); }
H1.HeaderClassName
{
color: #BD7F9E;
}
.AnyTagClassName
{
color: #BD7F9E;
}
</style>
background-color css
<style>
a { background-color: #BD7F9E; }
a { background-color: rgb(189,127,158); }
div.DivClassName
{
background-color: #BD7F9E;
}
.BgClassName
{
background-color: #BD7F9E;
}
</style>
border-color css
<style>
span { border-color: #BD7F9E; }
span { border-color: rgb(189,127,158); }
td.TdClassName
{
border-color: #BD7F9E;
}
.TagClassName
{
border-color: #BD7F9E;
}
</style>