Shades of Bouquet #BC7EA3
Tints of Bouquet #BC7EA3
RGB
CMYK
RGB Variations
Color information
#BC7EA3 (or 0xBC7EA3) is known color: Bouquet. HEX triplet: BC, 7E and A3. RGB value is (188,126,163). Sum of RGB (Red+Green+Blue) = 188+126+163=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EA3 is #43815C. Grayscale: #949494. Windows color (decimal): -4424029 or 10714812. OLE color: 10714812.
HSL color Cylindrical-coordinate representation of color #BC7EA3: hue angle of 324.19º 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 #BC7EA3 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 163 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.26 |
| HSL | 324.19º | 0.32% | 0.62% | - |
| HSV(B) | 324.19º | 0.33% | 0.74% | - |
| XYZ | 34.81 | 28.26 | 38.27 | - |
| YUV | 148.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 163 | 0 | 0.33 | 0.13 | 0.26 | 324.19 | 0.32 | 0.62 |
| Hex | BC | 7E | A3 | 0 | 21 | D | 1A | 144 | 20 | 3E |
| Octal | 274 | 176 | 243 | 0 | 41 | 15 | 32 | 504 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10100011 | 0 | 100001 | 1101 | 11010 | 101000100 | 100000 | 111110 |
Color Harmonies of #BC7EA3
Complementary color
Monochromatic Colors of #BC7EA3
Black with #BC7EA3
Text Example
Text Example
White with #BC7EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EA3; }
p { color: rgb(188,126,163); }
H1.HeaderClassName
{
color: #BC7EA3;
}
.AnyTagClassName
{
color: #BC7EA3;
}
</style>
background-color css
<style>
a { background-color: #BC7EA3; }
a { background-color: rgb(188,126,163); }
div.DivClassName
{
background-color: #BC7EA3;
}
.BgClassName
{
background-color: #BC7EA3;
}
</style>
border-color css
<style>
span { border-color: #BC7EA3; }
span { border-color: rgb(188,126,163); }
td.TdClassName
{
border-color: #BC7EA3;
}
.TagClassName
{
border-color: #BC7EA3;
}
</style>