Shades of Bouquet #BC72AC
Tints of Bouquet #BC72AC
RGB
CMYK
RGB Variations
Color information
#BC72AC (or 0xBC72AC) is known color: Bouquet. HEX triplet: BC, 72 and AC. RGB value is (188,114,172). Sum of RGB (Red+Green+Blue) = 188+114+172=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72AC is #438D53. Grayscale: #8E8E8E. Windows color (decimal): -4427092 or 11301564. OLE color: 11301564.
HSL color Cylindrical-coordinate representation of color #BC72AC: hue angle of 312.97º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC72AC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 172 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.26 |
| HSL | 312.97º | 0.36% | 0.59% | - |
| HSV(B) | 312.97º | 0.39% | 0.74% | - |
| XYZ | 34.2 | 25.7 | 42.19 | - |
| YUV | 142.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 172 | 0 | 0.39 | 0.09 | 0.26 | 312.97 | 0.36 | 0.59 |
| Hex | BC | 72 | AC | 0 | 27 | 9 | 1A | 139 | 24 | 3B |
| Octal | 274 | 162 | 254 | 0 | 47 | 11 | 32 | 471 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10101100 | 0 | 100111 | 1001 | 11010 | 100111001 | 100100 | 111011 |
Color Harmonies of #BC72AC
Complementary color
Monochromatic Colors of #BC72AC
Black with #BC72AC
Text Example
Text Example
White with #BC72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72AC; }
p { color: rgb(188,114,172); }
H1.HeaderClassName
{
color: #BC72AC;
}
.AnyTagClassName
{
color: #BC72AC;
}
</style>
background-color css
<style>
a { background-color: #BC72AC; }
a { background-color: rgb(188,114,172); }
div.DivClassName
{
background-color: #BC72AC;
}
.BgClassName
{
background-color: #BC72AC;
}
</style>
border-color css
<style>
span { border-color: #BC72AC; }
span { border-color: rgb(188,114,172); }
td.TdClassName
{
border-color: #BC72AC;
}
.TagClassName
{
border-color: #BC72AC;
}
</style>