Shades of Bouquet #BC7FA9
Tints of Bouquet #BC7FA9
RGB
CMYK
RGB Variations
Color information
#BC7FA9 (or 0xBC7FA9) is known color: Bouquet. HEX triplet: BC, 7F and A9. RGB value is (188,127,169). Sum of RGB (Red+Green+Blue) = 188+127+169=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FA9 is #438056. Grayscale: #959595. Windows color (decimal): -4423767 or 11108284. OLE color: 11108284.
HSL color Cylindrical-coordinate representation of color #BC7FA9: hue angle of 318.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7FA9 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 169 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.26 |
| HSL | 318.69º | 0.31% | 0.62% | - |
| HSV(B) | 318.69º | 0.32% | 0.74% | - |
| XYZ | 35.49 | 28.73 | 41.21 | - |
| YUV | 150.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 169 | 0 | 0.32 | 0.10 | 0.26 | 318.69 | 0.31 | 0.62 |
| Hex | BC | 7F | A9 | 0 | 20 | A | 1A | 13F | 1F | 3E |
| Octal | 274 | 177 | 251 | 0 | 40 | 12 | 32 | 477 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10101001 | 0 | 100000 | 1010 | 11010 | 100111111 | 11111 | 111110 |
Color Harmonies of #BC7FA9
Complementary color
Monochromatic Colors of #BC7FA9
Black with #BC7FA9
Text Example
Text Example
White with #BC7FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FA9; }
p { color: rgb(188,127,169); }
H1.HeaderClassName
{
color: #BC7FA9;
}
.AnyTagClassName
{
color: #BC7FA9;
}
</style>
background-color css
<style>
a { background-color: #BC7FA9; }
a { background-color: rgb(188,127,169); }
div.DivClassName
{
background-color: #BC7FA9;
}
.BgClassName
{
background-color: #BC7FA9;
}
</style>
border-color css
<style>
span { border-color: #BC7FA9; }
span { border-color: rgb(188,127,169); }
td.TdClassName
{
border-color: #BC7FA9;
}
.TagClassName
{
border-color: #BC7FA9;
}
</style>