Shades of Bouquet #BC7EA8
Tints of Bouquet #BC7EA8
RGB
CMYK
RGB Variations
Color information
#BC7EA8 (or 0xBC7EA8) is known color: Bouquet. HEX triplet: BC, 7E and A8. RGB value is (188,126,168). Sum of RGB (Red+Green+Blue) = 188+126+168=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EA8 is #438157. Grayscale: #959595. Windows color (decimal): -4424024 or 11042492. OLE color: 11042492.
HSL color Cylindrical-coordinate representation of color #BC7EA8: hue angle of 319.35º 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 #BC7EA8 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 168 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.26 |
| HSL | 319.35º | 0.32% | 0.62% | - |
| HSV(B) | 319.35º | 0.33% | 0.74% | - |
| XYZ | 35.27 | 28.44 | 40.68 | - |
| YUV | 149.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 168 | 0 | 0.33 | 0.11 | 0.26 | 319.35 | 0.32 | 0.62 |
| Hex | BC | 7E | A8 | 0 | 21 | B | 1A | 13F | 20 | 3E |
| Octal | 274 | 176 | 250 | 0 | 41 | 13 | 32 | 477 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10101000 | 0 | 100001 | 1011 | 11010 | 100111111 | 100000 | 111110 |
Color Harmonies of #BC7EA8
Complementary color
Monochromatic Colors of #BC7EA8
Black with #BC7EA8
Text Example
Text Example
White with #BC7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EA8; }
p { color: rgb(188,126,168); }
H1.HeaderClassName
{
color: #BC7EA8;
}
.AnyTagClassName
{
color: #BC7EA8;
}
</style>
background-color css
<style>
a { background-color: #BC7EA8; }
a { background-color: rgb(188,126,168); }
div.DivClassName
{
background-color: #BC7EA8;
}
.BgClassName
{
background-color: #BC7EA8;
}
</style>
border-color css
<style>
span { border-color: #BC7EA8; }
span { border-color: rgb(188,126,168); }
td.TdClassName
{
border-color: #BC7EA8;
}
.TagClassName
{
border-color: #BC7EA8;
}
</style>