Shades of Bouquet #BD7C9F
Tints of Bouquet #BD7C9F
RGB
CMYK
RGB Variations
Color information
#BD7C9F (or 0xBD7C9F) is known color: Bouquet. HEX triplet: BD, 7C and 9F. RGB value is (189,124,159). Sum of RGB (Red+Green+Blue) = 189+124+159=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7C9F is #428360. Grayscale: #939393. Windows color (decimal): -4359009 or 10452157. OLE color: 10452157.
HSL color Cylindrical-coordinate representation of color #BD7C9F: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7C9F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 159 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.26 |
| HSL | 327.69º | 0.33% | 0.61% | - |
| HSV(B) | 327.69º | 0.34% | 0.74% | - |
| XYZ | 34.45 | 27.74 | 36.34 | - |
| YUV | 147.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 159 | 0 | 0.34 | 0.16 | 0.26 | 327.69 | 0.33 | 0.61 |
| Hex | BD | 7C | 9F | 0 | 22 | 10 | 1A | 148 | 21 | 3D |
| Octal | 275 | 174 | 237 | 0 | 42 | 20 | 32 | 510 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10011111 | 0 | 100010 | 10000 | 11010 | 101001000 | 100001 | 111101 |
Color Harmonies of #BD7C9F
Complementary color
Monochromatic Colors of #BD7C9F
Black with #BD7C9F
Text Example
Text Example
White with #BD7C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C9F; }
p { color: rgb(189,124,159); }
H1.HeaderClassName
{
color: #BD7C9F;
}
.AnyTagClassName
{
color: #BD7C9F;
}
</style>
background-color css
<style>
a { background-color: #BD7C9F; }
a { background-color: rgb(189,124,159); }
div.DivClassName
{
background-color: #BD7C9F;
}
.BgClassName
{
background-color: #BD7C9F;
}
</style>
border-color css
<style>
span { border-color: #BD7C9F; }
span { border-color: rgb(189,124,159); }
td.TdClassName
{
border-color: #BD7C9F;
}
.TagClassName
{
border-color: #BD7C9F;
}
</style>