Shades of Bouquet #BC7FA6
Tints of Bouquet #BC7FA6
RGB
CMYK
RGB Variations
Color information
#BC7FA6 (or 0xBC7FA6) is known color: Bouquet. HEX triplet: BC, 7F and A6. RGB value is (188,127,166). Sum of RGB (Red+Green+Blue) = 188+127+166=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FA6 is #438059. Grayscale: #959595. Windows color (decimal): -4423770 or 10911676. OLE color: 10911676.
HSL color Cylindrical-coordinate representation of color #BC7FA6: hue angle of 321.64º 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 #BC7FA6 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 166 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.26 |
| HSL | 321.64º | 0.31% | 0.62% | - |
| HSV(B) | 321.64º | 0.32% | 0.74% | - |
| XYZ | 35.21 | 28.62 | 39.75 | - |
| YUV | 149.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 166 | 0 | 0.32 | 0.12 | 0.26 | 321.64 | 0.31 | 0.62 |
| Hex | BC | 7F | A6 | 0 | 20 | C | 1A | 142 | 1F | 3E |
| Octal | 274 | 177 | 246 | 0 | 40 | 14 | 32 | 502 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10100110 | 0 | 100000 | 1100 | 11010 | 101000010 | 11111 | 111110 |
Color Harmonies of #BC7FA6
Complementary color
Monochromatic Colors of #BC7FA6
Black with #BC7FA6
Text Example
Text Example
White with #BC7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FA6; }
p { color: rgb(188,127,166); }
H1.HeaderClassName
{
color: #BC7FA6;
}
.AnyTagClassName
{
color: #BC7FA6;
}
</style>
background-color css
<style>
a { background-color: #BC7FA6; }
a { background-color: rgb(188,127,166); }
div.DivClassName
{
background-color: #BC7FA6;
}
.BgClassName
{
background-color: #BC7FA6;
}
</style>
border-color css
<style>
span { border-color: #BC7FA6; }
span { border-color: rgb(188,127,166); }
td.TdClassName
{
border-color: #BC7FA6;
}
.TagClassName
{
border-color: #BC7FA6;
}
</style>