Shades of Bouquet #BC7C9F
Tints of Bouquet #BC7C9F
RGB
CMYK
RGB Variations
Color information
#BC7C9F (or 0xBC7C9F) is known color: Bouquet. HEX triplet: BC, 7C and 9F. RGB value is (188,124,159). Sum of RGB (Red+Green+Blue) = 188+124+159=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C9F is #438360. Grayscale: #939393. Windows color (decimal): -4424545 or 10452156. OLE color: 10452156.
HSL color Cylindrical-coordinate representation of color #BC7C9F: hue angle of 327.19º 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 #BC7C9F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 159 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.26 |
| HSL | 327.19º | 0.32% | 0.61% | - |
| HSV(B) | 327.19º | 0.34% | 0.74% | - |
| XYZ | 34.2 | 27.61 | 36.33 | - |
| YUV | 147.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 159 | 0 | 0.34 | 0.15 | 0.26 | 327.19 | 0.32 | 0.61 |
| Hex | BC | 7C | 9F | 0 | 22 | F | 1A | 147 | 20 | 3D |
| Octal | 274 | 174 | 237 | 0 | 42 | 17 | 32 | 507 | 40 | 75 |
| Binary | 10111100 | 1111100 | 10011111 | 0 | 100010 | 1111 | 11010 | 101000111 | 100000 | 111101 |
Color Harmonies of #BC7C9F
Complementary color
Monochromatic Colors of #BC7C9F
Black with #BC7C9F
Text Example
Text Example
White with #BC7C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C9F; }
p { color: rgb(188,124,159); }
H1.HeaderClassName
{
color: #BC7C9F;
}
.AnyTagClassName
{
color: #BC7C9F;
}
</style>
background-color css
<style>
a { background-color: #BC7C9F; }
a { background-color: rgb(188,124,159); }
div.DivClassName
{
background-color: #BC7C9F;
}
.BgClassName
{
background-color: #BC7C9F;
}
</style>
border-color css
<style>
span { border-color: #BC7C9F; }
span { border-color: rgb(188,124,159); }
td.TdClassName
{
border-color: #BC7C9F;
}
.TagClassName
{
border-color: #BC7C9F;
}
</style>