Shades of Bouquet #BC7E9C
Tints of Bouquet #BC7E9C
RGB
CMYK
RGB Variations
Color information
#BC7E9C (or 0xBC7E9C) is known color: Bouquet. HEX triplet: BC, 7E and 9C. RGB value is (188,126,156). Sum of RGB (Red+Green+Blue) = 188+126+156=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E9C is #438163. Grayscale: #939393. Windows color (decimal): -4424036 or 10256060. OLE color: 10256060.
HSL color Cylindrical-coordinate representation of color #BC7E9C: hue angle of 330.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7E9C is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 156 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.26 |
| HSL | 330.97º | 0.32% | 0.62% | - |
| HSV(B) | 330.97º | 0.33% | 0.74% | - |
| XYZ | 34.2 | 28.01 | 35.06 | - |
| YUV | 147.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 156 | 0 | 0.33 | 0.17 | 0.26 | 330.97 | 0.32 | 0.62 |
| Hex | BC | 7E | 9C | 0 | 21 | 11 | 1A | 14B | 20 | 3E |
| Octal | 274 | 176 | 234 | 0 | 41 | 21 | 32 | 513 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10011100 | 0 | 100001 | 10001 | 11010 | 101001011 | 100000 | 111110 |
Color Harmonies of #BC7E9C
Complementary color
Monochromatic Colors of #BC7E9C
Black with #BC7E9C
Text Example
Text Example
White with #BC7E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E9C; }
p { color: rgb(188,126,156); }
H1.HeaderClassName
{
color: #BC7E9C;
}
.AnyTagClassName
{
color: #BC7E9C;
}
</style>
background-color css
<style>
a { background-color: #BC7E9C; }
a { background-color: rgb(188,126,156); }
div.DivClassName
{
background-color: #BC7E9C;
}
.BgClassName
{
background-color: #BC7E9C;
}
</style>
border-color css
<style>
span { border-color: #BC7E9C; }
span { border-color: rgb(188,126,156); }
td.TdClassName
{
border-color: #BC7E9C;
}
.TagClassName
{
border-color: #BC7E9C;
}
</style>