Shades of Bouquet #BC7AA8
Tints of Bouquet #BC7AA8
RGB
CMYK
RGB Variations
Color information
#BC7AA8 (or 0xBC7AA8) is known color: Bouquet. HEX triplet: BC, 7A and A8. RGB value is (188,122,168). Sum of RGB (Red+Green+Blue) = 188+122+168=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AA8 is #438557. Grayscale: #929292. Windows color (decimal): -4425048 or 11041468. OLE color: 11041468.
HSL color Cylindrical-coordinate representation of color #BC7AA8: hue angle of 318.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7AA8 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 168 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.26 |
| HSL | 318.18º | 0.33% | 0.61% | - |
| HSV(B) | 318.18º | 0.35% | 0.74% | - |
| XYZ | 34.77 | 27.44 | 40.51 | - |
| YUV | 146.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 168 | 0 | 0.35 | 0.11 | 0.26 | 318.18 | 0.33 | 0.61 |
| Hex | BC | 7A | A8 | 0 | 23 | B | 1A | 13E | 21 | 3D |
| Octal | 274 | 172 | 250 | 0 | 43 | 13 | 32 | 476 | 41 | 75 |
| Binary | 10111100 | 1111010 | 10101000 | 0 | 100011 | 1011 | 11010 | 100111110 | 100001 | 111101 |
Color Harmonies of #BC7AA8
Complementary color
Monochromatic Colors of #BC7AA8
Black with #BC7AA8
Text Example
Text Example
White with #BC7AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AA8; }
p { color: rgb(188,122,168); }
H1.HeaderClassName
{
color: #BC7AA8;
}
.AnyTagClassName
{
color: #BC7AA8;
}
</style>
background-color css
<style>
a { background-color: #BC7AA8; }
a { background-color: rgb(188,122,168); }
div.DivClassName
{
background-color: #BC7AA8;
}
.BgClassName
{
background-color: #BC7AA8;
}
</style>
border-color css
<style>
span { border-color: #BC7AA8; }
span { border-color: rgb(188,122,168); }
td.TdClassName
{
border-color: #BC7AA8;
}
.TagClassName
{
border-color: #BC7AA8;
}
</style>