Shades of Bouquet #BC7E9D
Tints of Bouquet #BC7E9D
RGB
CMYK
RGB Variations
Color information
#BC7E9D (or 0xBC7E9D) is known color: Bouquet. HEX triplet: BC, 7E and 9D. RGB value is (188,126,157). Sum of RGB (Red+Green+Blue) = 188+126+157=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E9D is #438162. Grayscale: #949494. Windows color (decimal): -4424035 or 10321596. OLE color: 10321596.
HSL color Cylindrical-coordinate representation of color #BC7E9D: hue angle of 330º 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 #BC7E9D is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 157 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.26 |
| HSL | 330º | 0.32% | 0.62% | - |
| HSV(B) | 330º | 0.33% | 0.74% | - |
| XYZ | 34.29 | 28.05 | 35.5 | - |
| YUV | 148.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 157 | 0 | 0.33 | 0.16 | 0.26 | 330 | 0.32 | 0.62 |
| Hex | BC | 7E | 9D | 0 | 21 | 10 | 1A | 14A | 20 | 3E |
| Octal | 274 | 176 | 235 | 0 | 41 | 20 | 32 | 512 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10011101 | 0 | 100001 | 10000 | 11010 | 101001010 | 100000 | 111110 |
Color Harmonies of #BC7E9D
Complementary color
Monochromatic Colors of #BC7E9D
Black with #BC7E9D
Text Example
Text Example
White with #BC7E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E9D; }
p { color: rgb(188,126,157); }
H1.HeaderClassName
{
color: #BC7E9D;
}
.AnyTagClassName
{
color: #BC7E9D;
}
</style>
background-color css
<style>
a { background-color: #BC7E9D; }
a { background-color: rgb(188,126,157); }
div.DivClassName
{
background-color: #BC7E9D;
}
.BgClassName
{
background-color: #BC7E9D;
}
</style>
border-color css
<style>
span { border-color: #BC7E9D; }
span { border-color: rgb(188,126,157); }
td.TdClassName
{
border-color: #BC7E9D;
}
.TagClassName
{
border-color: #BC7E9D;
}
</style>