Shades of Bouquet #BC72AB
Tints of Bouquet #BC72AB
RGB
CMYK
RGB Variations
Color information
#BC72AB (or 0xBC72AB) is known color: Bouquet. HEX triplet: BC, 72 and AB. RGB value is (188,114,171). Sum of RGB (Red+Green+Blue) = 188+114+171=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72AB is #438D54. Grayscale: #8E8E8E. Windows color (decimal): -4427093 or 11236028. OLE color: 11236028.
HSL color Cylindrical-coordinate representation of color #BC72AB: hue angle of 313.78º 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 #BC72AB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 171 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.26 |
| HSL | 313.78º | 0.36% | 0.59% | - |
| HSV(B) | 313.78º | 0.39% | 0.74% | - |
| XYZ | 34.11 | 25.67 | 41.68 | - |
| YUV | 142.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 171 | 0 | 0.39 | 0.09 | 0.26 | 313.78 | 0.36 | 0.59 |
| Hex | BC | 72 | AB | 0 | 27 | 9 | 1A | 13A | 24 | 3B |
| Octal | 274 | 162 | 253 | 0 | 47 | 11 | 32 | 472 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10101011 | 0 | 100111 | 1001 | 11010 | 100111010 | 100100 | 111011 |
Color Harmonies of #BC72AB
Complementary color
Monochromatic Colors of #BC72AB
Black with #BC72AB
Text Example
Text Example
White with #BC72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72AB; }
p { color: rgb(188,114,171); }
H1.HeaderClassName
{
color: #BC72AB;
}
.AnyTagClassName
{
color: #BC72AB;
}
</style>
background-color css
<style>
a { background-color: #BC72AB; }
a { background-color: rgb(188,114,171); }
div.DivClassName
{
background-color: #BC72AB;
}
.BgClassName
{
background-color: #BC72AB;
}
</style>
border-color css
<style>
span { border-color: #BC72AB; }
span { border-color: rgb(188,114,171); }
td.TdClassName
{
border-color: #BC72AB;
}
.TagClassName
{
border-color: #BC72AB;
}
</style>