Shades of Bouquet #BC7FAB
Tints of Bouquet #BC7FAB
RGB
CMYK
RGB Variations
Color information
#BC7FAB (or 0xBC7FAB) is known color: Bouquet. HEX triplet: BC, 7F and AB. RGB value is (188,127,171). Sum of RGB (Red+Green+Blue) = 188+127+171=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FAB is #438054. Grayscale: #969696. Windows color (decimal): -4423765 or 11239356. OLE color: 11239356.
HSL color Cylindrical-coordinate representation of color #BC7FAB: hue angle of 316.72º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7FAB is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 171 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.26 |
| HSL | 316.72º | 0.31% | 0.62% | - |
| HSV(B) | 316.72º | 0.32% | 0.74% | - |
| XYZ | 35.68 | 28.81 | 42.21 | - |
| YUV | 150.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 171 | 0 | 0.32 | 0.09 | 0.26 | 316.72 | 0.31 | 0.62 |
| Hex | BC | 7F | AB | 0 | 20 | 9 | 1A | 13D | 1F | 3E |
| Octal | 274 | 177 | 253 | 0 | 40 | 11 | 32 | 475 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10101011 | 0 | 100000 | 1001 | 11010 | 100111101 | 11111 | 111110 |
Color Harmonies of #BC7FAB
Complementary color
Monochromatic Colors of #BC7FAB
Black with #BC7FAB
Text Example
Text Example
White with #BC7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FAB; }
p { color: rgb(188,127,171); }
H1.HeaderClassName
{
color: #BC7FAB;
}
.AnyTagClassName
{
color: #BC7FAB;
}
</style>
background-color css
<style>
a { background-color: #BC7FAB; }
a { background-color: rgb(188,127,171); }
div.DivClassName
{
background-color: #BC7FAB;
}
.BgClassName
{
background-color: #BC7FAB;
}
</style>
border-color css
<style>
span { border-color: #BC7FAB; }
span { border-color: rgb(188,127,171); }
td.TdClassName
{
border-color: #BC7FAB;
}
.TagClassName
{
border-color: #BC7FAB;
}
</style>