Shades of Bouquet #BC70A6
Tints of Bouquet #BC70A6
RGB
CMYK
RGB Variations
Color information
#BC70A6 (or 0xBC70A6) is known color: Bouquet. HEX triplet: BC, 70 and A6. RGB value is (188,112,166). Sum of RGB (Red+Green+Blue) = 188+112+166=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70A6 is #438F59. Grayscale: #8C8C8C. Windows color (decimal): -4427610 or 10907836. OLE color: 10907836.
HSL color Cylindrical-coordinate representation of color #BC70A6: hue angle of 317.37º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70A6 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 166 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.26 |
| HSL | 317.37º | 0.36% | 0.59% | - |
| HSV(B) | 317.37º | 0.4% | 0.74% | - |
| XYZ | 33.42 | 25.03 | 39.15 | - |
| YUV | 140.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 166 | 0 | 0.40 | 0.12 | 0.26 | 317.37 | 0.36 | 0.59 |
| Hex | BC | 70 | A6 | 0 | 28 | C | 1A | 13D | 24 | 3B |
| Octal | 274 | 160 | 246 | 0 | 50 | 14 | 32 | 475 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10100110 | 0 | 101000 | 1100 | 11010 | 100111101 | 100100 | 111011 |
Color Harmonies of #BC70A6
Complementary color
Monochromatic Colors of #BC70A6
Black with #BC70A6
Text Example
Text Example
White with #BC70A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70A6; }
p { color: rgb(188,112,166); }
H1.HeaderClassName
{
color: #BC70A6;
}
.AnyTagClassName
{
color: #BC70A6;
}
</style>
background-color css
<style>
a { background-color: #BC70A6; }
a { background-color: rgb(188,112,166); }
div.DivClassName
{
background-color: #BC70A6;
}
.BgClassName
{
background-color: #BC70A6;
}
</style>
border-color css
<style>
span { border-color: #BC70A6; }
span { border-color: rgb(188,112,166); }
td.TdClassName
{
border-color: #BC70A6;
}
.TagClassName
{
border-color: #BC70A6;
}
</style>