Shades of Bouquet #BC7AAB
Tints of Bouquet #BC7AAB
RGB
CMYK
RGB Variations
Color information
#BC7AAB (or 0xBC7AAB) is known color: Bouquet. HEX triplet: BC, 7A and AB. RGB value is (188,122,171). Sum of RGB (Red+Green+Blue) = 188+122+171=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AAB is #438554. Grayscale: #939393. Windows color (decimal): -4425045 or 11238076. OLE color: 11238076.
HSL color Cylindrical-coordinate representation of color #BC7AAB: hue angle of 315.45º 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 #BC7AAB is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 171 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.26 |
| HSL | 315.45º | 0.33% | 0.61% | - |
| HSV(B) | 315.45º | 0.35% | 0.74% | - |
| XYZ | 35.05 | 27.55 | 42 | - |
| YUV | 147.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 171 | 0 | 0.35 | 0.09 | 0.26 | 315.45 | 0.33 | 0.61 |
| Hex | BC | 7A | AB | 0 | 23 | 9 | 1A | 13B | 21 | 3D |
| Octal | 274 | 172 | 253 | 0 | 43 | 11 | 32 | 473 | 41 | 75 |
| Binary | 10111100 | 1111010 | 10101011 | 0 | 100011 | 1001 | 11010 | 100111011 | 100001 | 111101 |
Color Harmonies of #BC7AAB
Complementary color
Monochromatic Colors of #BC7AAB
Black with #BC7AAB
Text Example
Text Example
White with #BC7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AAB; }
p { color: rgb(188,122,171); }
H1.HeaderClassName
{
color: #BC7AAB;
}
.AnyTagClassName
{
color: #BC7AAB;
}
</style>
background-color css
<style>
a { background-color: #BC7AAB; }
a { background-color: rgb(188,122,171); }
div.DivClassName
{
background-color: #BC7AAB;
}
.BgClassName
{
background-color: #BC7AAB;
}
</style>
border-color css
<style>
span { border-color: #BC7AAB; }
span { border-color: rgb(188,122,171); }
td.TdClassName
{
border-color: #BC7AAB;
}
.TagClassName
{
border-color: #BC7AAB;
}
</style>