Shades of Bouquet #BC7DA8
Tints of Bouquet #BC7DA8
RGB
CMYK
RGB Variations
Color information
#BC7DA8 (or 0xBC7DA8) is known color: Bouquet. HEX triplet: BC, 7D and A8. RGB value is (188,125,168). Sum of RGB (Red+Green+Blue) = 188+125+168=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DA8 is #438257. Grayscale: #949494. Windows color (decimal): -4424280 or 11042236. OLE color: 11042236.
HSL color Cylindrical-coordinate representation of color #BC7DA8: hue angle of 319.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7DA8 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 168 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.26 |
| HSL | 319.05º | 0.32% | 0.61% | - |
| HSV(B) | 319.05º | 0.34% | 0.74% | - |
| XYZ | 35.14 | 28.19 | 40.63 | - |
| YUV | 148.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 168 | 0 | 0.34 | 0.11 | 0.26 | 319.05 | 0.32 | 0.61 |
| Hex | BC | 7D | A8 | 0 | 22 | B | 1A | 13F | 20 | 3D |
| Octal | 274 | 175 | 250 | 0 | 42 | 13 | 32 | 477 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10101000 | 0 | 100010 | 1011 | 11010 | 100111111 | 100000 | 111101 |
Color Harmonies of #BC7DA8
Complementary color
Monochromatic Colors of #BC7DA8
Black with #BC7DA8
Text Example
Text Example
White with #BC7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DA8; }
p { color: rgb(188,125,168); }
H1.HeaderClassName
{
color: #BC7DA8;
}
.AnyTagClassName
{
color: #BC7DA8;
}
</style>
background-color css
<style>
a { background-color: #BC7DA8; }
a { background-color: rgb(188,125,168); }
div.DivClassName
{
background-color: #BC7DA8;
}
.BgClassName
{
background-color: #BC7DA8;
}
</style>
border-color css
<style>
span { border-color: #BC7DA8; }
span { border-color: rgb(188,125,168); }
td.TdClassName
{
border-color: #BC7DA8;
}
.TagClassName
{
border-color: #BC7DA8;
}
</style>