Shades of Bouquet #BC7E9E
Tints of Bouquet #BC7E9E
RGB
CMYK
RGB Variations
Color information
#BC7E9E (or 0xBC7E9E) is known color: Bouquet. HEX triplet: BC, 7E and 9E. RGB value is (188,126,158). Sum of RGB (Red+Green+Blue) = 188+126+158=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E9E is #438161. Grayscale: #949494. Windows color (decimal): -4424034 or 10387132. OLE color: 10387132.
HSL color Cylindrical-coordinate representation of color #BC7E9E: hue angle of 329.03º 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 #BC7E9E is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 158 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.26 |
| HSL | 329.03º | 0.32% | 0.62% | - |
| HSV(B) | 329.03º | 0.33% | 0.74% | - |
| XYZ | 34.37 | 28.08 | 35.96 | - |
| YUV | 148.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 158 | 0 | 0.33 | 0.16 | 0.26 | 329.03 | 0.32 | 0.62 |
| Hex | BC | 7E | 9E | 0 | 21 | 10 | 1A | 149 | 20 | 3E |
| Octal | 274 | 176 | 236 | 0 | 41 | 20 | 32 | 511 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10011110 | 0 | 100001 | 10000 | 11010 | 101001001 | 100000 | 111110 |
Color Harmonies of #BC7E9E
Complementary color
Monochromatic Colors of #BC7E9E
Black with #BC7E9E
Text Example
Text Example
White with #BC7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E9E; }
p { color: rgb(188,126,158); }
H1.HeaderClassName
{
color: #BC7E9E;
}
.AnyTagClassName
{
color: #BC7E9E;
}
</style>
background-color css
<style>
a { background-color: #BC7E9E; }
a { background-color: rgb(188,126,158); }
div.DivClassName
{
background-color: #BC7E9E;
}
.BgClassName
{
background-color: #BC7E9E;
}
</style>
border-color css
<style>
span { border-color: #BC7E9E; }
span { border-color: rgb(188,126,158); }
td.TdClassName
{
border-color: #BC7E9E;
}
.TagClassName
{
border-color: #BC7E9E;
}
</style>