Shades of Bouquet #BC7DA9
Tints of Bouquet #BC7DA9
RGB
CMYK
RGB Variations
Color information
#BC7DA9 (or 0xBC7DA9) is known color: Bouquet. HEX triplet: BC, 7D and A9. RGB value is (188,125,169). Sum of RGB (Red+Green+Blue) = 188+125+169=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DA9 is #438256. Grayscale: #949494. Windows color (decimal): -4424279 or 11107772. OLE color: 11107772.
HSL color Cylindrical-coordinate representation of color #BC7DA9: hue angle of 318.1º degrees, saturation: 0.32, 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 #BC7DA9 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 169 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.26 |
| HSL | 318.1º | 0.32% | 0.61% | - |
| HSV(B) | 318.1º | 0.34% | 0.74% | - |
| XYZ | 35.23 | 28.22 | 41.13 | - |
| YUV | 148.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 169 | 0 | 0.34 | 0.10 | 0.26 | 318.1 | 0.32 | 0.61 |
| Hex | BC | 7D | A9 | 0 | 22 | A | 1A | 13E | 20 | 3D |
| Octal | 274 | 175 | 251 | 0 | 42 | 12 | 32 | 476 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10101001 | 0 | 100010 | 1010 | 11010 | 100111110 | 100000 | 111101 |
Color Harmonies of #BC7DA9
Complementary color
Monochromatic Colors of #BC7DA9
Black with #BC7DA9
Text Example
Text Example
White with #BC7DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DA9; }
p { color: rgb(188,125,169); }
H1.HeaderClassName
{
color: #BC7DA9;
}
.AnyTagClassName
{
color: #BC7DA9;
}
</style>
background-color css
<style>
a { background-color: #BC7DA9; }
a { background-color: rgb(188,125,169); }
div.DivClassName
{
background-color: #BC7DA9;
}
.BgClassName
{
background-color: #BC7DA9;
}
</style>
border-color css
<style>
span { border-color: #BC7DA9; }
span { border-color: rgb(188,125,169); }
td.TdClassName
{
border-color: #BC7DA9;
}
.TagClassName
{
border-color: #BC7DA9;
}
</style>