Shades of Bouquet #BD7CA9
Tints of Bouquet #BD7CA9
RGB
CMYK
RGB Variations
Color information
#BD7CA9 (or 0xBD7CA9) is known color: Bouquet. HEX triplet: BD, 7C and A9. RGB value is (189,124,169). Sum of RGB (Red+Green+Blue) = 189+124+169=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7CA9 is #428356. Grayscale: #949494. Windows color (decimal): -4358999 or 11107517. OLE color: 11107517.
HSL color Cylindrical-coordinate representation of color #BD7CA9: hue angle of 318.46º 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 #BD7CA9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 169 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.26 |
| HSL | 318.46º | 0.33% | 0.61% | - |
| HSV(B) | 318.46º | 0.34% | 0.74% | - |
| XYZ | 35.36 | 28.1 | 41.1 | - |
| YUV | 148.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 169 | 0 | 0.34 | 0.11 | 0.26 | 318.46 | 0.33 | 0.61 |
| Hex | BD | 7C | A9 | 0 | 22 | B | 1A | 13E | 21 | 3D |
| Octal | 275 | 174 | 251 | 0 | 42 | 13 | 32 | 476 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10101001 | 0 | 100010 | 1011 | 11010 | 100111110 | 100001 | 111101 |
Color Harmonies of #BD7CA9
Complementary color
Monochromatic Colors of #BD7CA9
Black with #BD7CA9
Text Example
Text Example
White with #BD7CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CA9; }
p { color: rgb(189,124,169); }
H1.HeaderClassName
{
color: #BD7CA9;
}
.AnyTagClassName
{
color: #BD7CA9;
}
</style>
background-color css
<style>
a { background-color: #BD7CA9; }
a { background-color: rgb(189,124,169); }
div.DivClassName
{
background-color: #BD7CA9;
}
.BgClassName
{
background-color: #BD7CA9;
}
</style>
border-color css
<style>
span { border-color: #BD7CA9; }
span { border-color: rgb(189,124,169); }
td.TdClassName
{
border-color: #BD7CA9;
}
.TagClassName
{
border-color: #BD7CA9;
}
</style>