Shades of Bouquet #BC7D9F
Tints of Bouquet #BC7D9F
RGB
CMYK
RGB Variations
Color information
#BC7D9F (or 0xBC7D9F) is known color: Bouquet. HEX triplet: BC, 7D and 9F. RGB value is (188,125,159). Sum of RGB (Red+Green+Blue) = 188+125+159=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D9F is #438260. Grayscale: #939393. Windows color (decimal): -4424289 or 10452412. OLE color: 10452412.
HSL color Cylindrical-coordinate representation of color #BC7D9F: hue angle of 327.62º 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 #BC7D9F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 159 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.26 |
| HSL | 327.62º | 0.32% | 0.61% | - |
| HSV(B) | 327.62º | 0.34% | 0.74% | - |
| XYZ | 34.33 | 27.86 | 36.37 | - |
| YUV | 147.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 159 | 0 | 0.34 | 0.15 | 0.26 | 327.62 | 0.32 | 0.61 |
| Hex | BC | 7D | 9F | 0 | 22 | F | 1A | 148 | 20 | 3D |
| Octal | 274 | 175 | 237 | 0 | 42 | 17 | 32 | 510 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10011111 | 0 | 100010 | 1111 | 11010 | 101001000 | 100000 | 111101 |
Color Harmonies of #BC7D9F
Complementary color
Monochromatic Colors of #BC7D9F
Black with #BC7D9F
Text Example
Text Example
White with #BC7D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D9F; }
p { color: rgb(188,125,159); }
H1.HeaderClassName
{
color: #BC7D9F;
}
.AnyTagClassName
{
color: #BC7D9F;
}
</style>
background-color css
<style>
a { background-color: #BC7D9F; }
a { background-color: rgb(188,125,159); }
div.DivClassName
{
background-color: #BC7D9F;
}
.BgClassName
{
background-color: #BC7D9F;
}
</style>
border-color css
<style>
span { border-color: #BC7D9F; }
span { border-color: rgb(188,125,159); }
td.TdClassName
{
border-color: #BC7D9F;
}
.TagClassName
{
border-color: #BC7D9F;
}
</style>