Shades of Bouquet #BC7BAA
Tints of Bouquet #BC7BAA
RGB
CMYK
RGB Variations
Color information
#BC7BAA (or 0xBC7BAA) is known color: Bouquet. HEX triplet: BC, 7B and AA. RGB value is (188,123,170). Sum of RGB (Red+Green+Blue) = 188+123+170=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAA is #438455. Grayscale: #939393. Windows color (decimal): -4424790 or 11172796. OLE color: 11172796.
HSL color Cylindrical-coordinate representation of color #BC7BAA: hue angle of 316.62º 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 #BC7BAA is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 170 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.26 |
| HSL | 316.62º | 0.33% | 0.61% | - |
| HSV(B) | 316.62º | 0.35% | 0.74% | - |
| XYZ | 35.08 | 27.76 | 41.54 | - |
| YUV | 147.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 170 | 0 | 0.35 | 0.10 | 0.26 | 316.62 | 0.33 | 0.61 |
| Hex | BC | 7B | AA | 0 | 23 | A | 1A | 13D | 21 | 3D |
| Octal | 274 | 173 | 252 | 0 | 43 | 12 | 32 | 475 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10101010 | 0 | 100011 | 1010 | 11010 | 100111101 | 100001 | 111101 |
Color Harmonies of #BC7BAA
Complementary color
Monochromatic Colors of #BC7BAA
Black with #BC7BAA
Text Example
Text Example
White with #BC7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BAA; }
p { color: rgb(188,123,170); }
H1.HeaderClassName
{
color: #BC7BAA;
}
.AnyTagClassName
{
color: #BC7BAA;
}
</style>
background-color css
<style>
a { background-color: #BC7BAA; }
a { background-color: rgb(188,123,170); }
div.DivClassName
{
background-color: #BC7BAA;
}
.BgClassName
{
background-color: #BC7BAA;
}
</style>
border-color css
<style>
span { border-color: #BC7BAA; }
span { border-color: rgb(188,123,170); }
td.TdClassName
{
border-color: #BC7BAA;
}
.TagClassName
{
border-color: #BC7BAA;
}
</style>