Shades of Bouquet #BC76A8
Tints of Bouquet #BC76A8
RGB
CMYK
RGB Variations
Color information
#BC76A8 (or 0xBC76A8) is known color: Bouquet. HEX triplet: BC, 76 and A8. RGB value is (188,118,168). Sum of RGB (Red+Green+Blue) = 188+118+168=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76A8 is #438957. Grayscale: #909090. Windows color (decimal): -4426072 or 11040444. OLE color: 11040444.
HSL color Cylindrical-coordinate representation of color #BC76A8: hue angle of 317.14º 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 #BC76A8 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 168 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.26 |
| HSL | 317.14º | 0.34% | 0.6% | - |
| HSV(B) | 317.14º | 0.37% | 0.74% | - |
| XYZ | 34.29 | 26.48 | 40.35 | - |
| YUV | 144.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 168 | 0 | 0.37 | 0.11 | 0.26 | 317.14 | 0.34 | 0.6 |
| Hex | BC | 76 | A8 | 0 | 25 | B | 1A | 13D | 22 | 3C |
| Octal | 274 | 166 | 250 | 0 | 45 | 13 | 32 | 475 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10101000 | 0 | 100101 | 1011 | 11010 | 100111101 | 100010 | 111100 |
Color Harmonies of #BC76A8
Complementary color
Monochromatic Colors of #BC76A8
Black with #BC76A8
Text Example
Text Example
White with #BC76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76A8; }
p { color: rgb(188,118,168); }
H1.HeaderClassName
{
color: #BC76A8;
}
.AnyTagClassName
{
color: #BC76A8;
}
</style>
background-color css
<style>
a { background-color: #BC76A8; }
a { background-color: rgb(188,118,168); }
div.DivClassName
{
background-color: #BC76A8;
}
.BgClassName
{
background-color: #BC76A8;
}
</style>
border-color css
<style>
span { border-color: #BC76A8; }
span { border-color: rgb(188,118,168); }
td.TdClassName
{
border-color: #BC76A8;
}
.TagClassName
{
border-color: #BC76A8;
}
</style>