Shades of Bouquet #BC7FA0
Tints of Bouquet #BC7FA0
RGB
CMYK
RGB Variations
Color information
#BC7FA0 (or 0xBC7FA0) is known color: Bouquet. HEX triplet: BC, 7F and A0. RGB value is (188,127,160). Sum of RGB (Red+Green+Blue) = 188+127+160=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FA0 is #43805F. Grayscale: #949494. Windows color (decimal): -4423776 or 10518460. OLE color: 10518460.
HSL color Cylindrical-coordinate representation of color #BC7FA0: hue angle of 327.54º 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 #BC7FA0 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 160 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.26 |
| HSL | 327.54º | 0.31% | 0.62% | - |
| HSV(B) | 327.54º | 0.32% | 0.74% | - |
| XYZ | 34.67 | 28.41 | 36.91 | - |
| YUV | 149 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 160 | 0 | 0.32 | 0.15 | 0.26 | 327.54 | 0.31 | 0.62 |
| Hex | BC | 7F | A0 | 0 | 20 | F | 1A | 148 | 1F | 3E |
| Octal | 274 | 177 | 240 | 0 | 40 | 17 | 32 | 510 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10100000 | 0 | 100000 | 1111 | 11010 | 101001000 | 11111 | 111110 |
Color Harmonies of #BC7FA0
Complementary color
Monochromatic Colors of #BC7FA0
Black with #BC7FA0
Text Example
Text Example
White with #BC7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FA0; }
p { color: rgb(188,127,160); }
H1.HeaderClassName
{
color: #BC7FA0;
}
.AnyTagClassName
{
color: #BC7FA0;
}
</style>
background-color css
<style>
a { background-color: #BC7FA0; }
a { background-color: rgb(188,127,160); }
div.DivClassName
{
background-color: #BC7FA0;
}
.BgClassName
{
background-color: #BC7FA0;
}
</style>
border-color css
<style>
span { border-color: #BC7FA0; }
span { border-color: rgb(188,127,160); }
td.TdClassName
{
border-color: #BC7FA0;
}
.TagClassName
{
border-color: #BC7FA0;
}
</style>