Shades of Bouquet #BC76A6
Tints of Bouquet #BC76A6
RGB
CMYK
RGB Variations
Color information
#BC76A6 (or 0xBC76A6) is known color: Bouquet. HEX triplet: BC, 76 and A6. RGB value is (188,118,166). Sum of RGB (Red+Green+Blue) = 188+118+166=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76A6 is #438959. Grayscale: #909090. Windows color (decimal): -4426074 or 10909372. OLE color: 10909372.
HSL color Cylindrical-coordinate representation of color #BC76A6: hue angle of 318.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76A6 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 166 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.26 |
| HSL | 318.86º | 0.34% | 0.6% | - |
| HSV(B) | 318.86º | 0.37% | 0.74% | - |
| XYZ | 34.1 | 26.4 | 39.38 | - |
| YUV | 144.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 166 | 0 | 0.37 | 0.12 | 0.26 | 318.86 | 0.34 | 0.6 |
| Hex | BC | 76 | A6 | 0 | 25 | C | 1A | 13F | 22 | 3C |
| Octal | 274 | 166 | 246 | 0 | 45 | 14 | 32 | 477 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10100110 | 0 | 100101 | 1100 | 11010 | 100111111 | 100010 | 111100 |
Color Harmonies of #BC76A6
Complementary color
Monochromatic Colors of #BC76A6
Black with #BC76A6
Text Example
Text Example
White with #BC76A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76A6; }
p { color: rgb(188,118,166); }
H1.HeaderClassName
{
color: #BC76A6;
}
.AnyTagClassName
{
color: #BC76A6;
}
</style>
background-color css
<style>
a { background-color: #BC76A6; }
a { background-color: rgb(188,118,166); }
div.DivClassName
{
background-color: #BC76A6;
}
.BgClassName
{
background-color: #BC76A6;
}
</style>
border-color css
<style>
span { border-color: #BC76A6; }
span { border-color: rgb(188,118,166); }
td.TdClassName
{
border-color: #BC76A6;
}
.TagClassName
{
border-color: #BC76A6;
}
</style>