Shades of Bouquet #BC7BAB
Tints of Bouquet #BC7BAB
RGB
CMYK
RGB Variations
Color information
#BC7BAB (or 0xBC7BAB) is known color: Bouquet. HEX triplet: BC, 7B and AB. RGB value is (188,123,171). Sum of RGB (Red+Green+Blue) = 188+123+171=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAB is #438454. Grayscale: #939393. Windows color (decimal): -4424789 or 11238332. OLE color: 11238332.
HSL color Cylindrical-coordinate representation of color #BC7BAB: hue angle of 315.69º 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 #BC7BAB is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 171 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.26 |
| HSL | 315.69º | 0.33% | 0.61% | - |
| HSV(B) | 315.69º | 0.35% | 0.74% | - |
| XYZ | 35.17 | 27.8 | 42.04 | - |
| YUV | 147.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 171 | 0 | 0.35 | 0.09 | 0.26 | 315.69 | 0.33 | 0.61 |
| Hex | BC | 7B | AB | 0 | 23 | 9 | 1A | 13C | 21 | 3D |
| Octal | 274 | 173 | 253 | 0 | 43 | 11 | 32 | 474 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10101011 | 0 | 100011 | 1001 | 11010 | 100111100 | 100001 | 111101 |
Color Harmonies of #BC7BAB
Complementary color
Monochromatic Colors of #BC7BAB
Black with #BC7BAB
Text Example
Text Example
White with #BC7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BAB; }
p { color: rgb(188,123,171); }
H1.HeaderClassName
{
color: #BC7BAB;
}
.AnyTagClassName
{
color: #BC7BAB;
}
</style>
background-color css
<style>
a { background-color: #BC7BAB; }
a { background-color: rgb(188,123,171); }
div.DivClassName
{
background-color: #BC7BAB;
}
.BgClassName
{
background-color: #BC7BAB;
}
</style>
border-color css
<style>
span { border-color: #BC7BAB; }
span { border-color: rgb(188,123,171); }
td.TdClassName
{
border-color: #BC7BAB;
}
.TagClassName
{
border-color: #BC7BAB;
}
</style>