Shades of Bouquet #BC7CA5
Tints of Bouquet #BC7CA5
RGB
CMYK
RGB Variations
Color information
#BC7CA5 (or 0xBC7CA5) is known color: Bouquet. HEX triplet: BC, 7C and A5. RGB value is (188,124,165). Sum of RGB (Red+Green+Blue) = 188+124+165=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7CA5 is #43835A. Grayscale: #939393. Windows color (decimal): -4424539 or 10845372. OLE color: 10845372.
HSL color Cylindrical-coordinate representation of color #BC7CA5: hue angle of 321.56º 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 #BC7CA5 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 165 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.26 |
| HSL | 321.56º | 0.32% | 0.61% | - |
| HSV(B) | 321.56º | 0.34% | 0.74% | - |
| XYZ | 34.74 | 27.82 | 39.14 | - |
| YUV | 147.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 165 | 0 | 0.34 | 0.12 | 0.26 | 321.56 | 0.32 | 0.61 |
| Hex | BC | 7C | A5 | 0 | 22 | C | 1A | 142 | 20 | 3D |
| Octal | 274 | 174 | 245 | 0 | 42 | 14 | 32 | 502 | 40 | 75 |
| Binary | 10111100 | 1111100 | 10100101 | 0 | 100010 | 1100 | 11010 | 101000010 | 100000 | 111101 |
Color Harmonies of #BC7CA5
Complementary color
Monochromatic Colors of #BC7CA5
Black with #BC7CA5
Text Example
Text Example
White with #BC7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CA5; }
p { color: rgb(188,124,165); }
H1.HeaderClassName
{
color: #BC7CA5;
}
.AnyTagClassName
{
color: #BC7CA5;
}
</style>
background-color css
<style>
a { background-color: #BC7CA5; }
a { background-color: rgb(188,124,165); }
div.DivClassName
{
background-color: #BC7CA5;
}
.BgClassName
{
background-color: #BC7CA5;
}
</style>
border-color css
<style>
span { border-color: #BC7CA5; }
span { border-color: rgb(188,124,165); }
td.TdClassName
{
border-color: #BC7CA5;
}
.TagClassName
{
border-color: #BC7CA5;
}
</style>