Shades of Bouquet #BC7D9C
Tints of Bouquet #BC7D9C
RGB
CMYK
RGB Variations
Color information
#BC7D9C (or 0xBC7D9C) is known color: Bouquet. HEX triplet: BC, 7D and 9C. RGB value is (188,125,156). Sum of RGB (Red+Green+Blue) = 188+125+156=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D9C is #438263. Grayscale: #939393. Windows color (decimal): -4424292 or 10255804. OLE color: 10255804.
HSL color Cylindrical-coordinate representation of color #BC7D9C: hue angle of 330.48º 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 #BC7D9C is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 156 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.26 |
| HSL | 330.48º | 0.32% | 0.61% | - |
| HSV(B) | 330.48º | 0.34% | 0.74% | - |
| XYZ | 34.07 | 27.76 | 35.01 | - |
| YUV | 147.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 156 | 0 | 0.34 | 0.17 | 0.26 | 330.48 | 0.32 | 0.61 |
| Hex | BC | 7D | 9C | 0 | 22 | 11 | 1A | 14A | 20 | 3D |
| Octal | 274 | 175 | 234 | 0 | 42 | 21 | 32 | 512 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10011100 | 0 | 100010 | 10001 | 11010 | 101001010 | 100000 | 111101 |
Color Harmonies of #BC7D9C
Complementary color
Monochromatic Colors of #BC7D9C
Black with #BC7D9C
Text Example
Text Example
White with #BC7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D9C; }
p { color: rgb(188,125,156); }
H1.HeaderClassName
{
color: #BC7D9C;
}
.AnyTagClassName
{
color: #BC7D9C;
}
</style>
background-color css
<style>
a { background-color: #BC7D9C; }
a { background-color: rgb(188,125,156); }
div.DivClassName
{
background-color: #BC7D9C;
}
.BgClassName
{
background-color: #BC7D9C;
}
</style>
border-color css
<style>
span { border-color: #BC7D9C; }
span { border-color: rgb(188,125,156); }
td.TdClassName
{
border-color: #BC7D9C;
}
.TagClassName
{
border-color: #BC7D9C;
}
</style>