Shades of Bouquet #BC77AB
Tints of Bouquet #BC77AB
RGB
CMYK
RGB Variations
Color information
#BC77AB (or 0xBC77AB) is known color: Bouquet. HEX triplet: BC, 77 and AB. RGB value is (188,119,171). Sum of RGB (Red+Green+Blue) = 188+119+171=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AB is #438854. Grayscale: #919191. Windows color (decimal): -4425813 or 11237308. OLE color: 11237308.
HSL color Cylindrical-coordinate representation of color #BC77AB: hue angle of 314.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77AB is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 171 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.26 |
| HSL | 314.78º | 0.34% | 0.6% | - |
| HSV(B) | 314.78º | 0.37% | 0.74% | - |
| XYZ | 34.69 | 26.83 | 41.88 | - |
| YUV | 145.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 171 | 0 | 0.37 | 0.09 | 0.26 | 314.78 | 0.34 | 0.6 |
| Hex | BC | 77 | AB | 0 | 25 | 9 | 1A | 13B | 22 | 3C |
| Octal | 274 | 167 | 253 | 0 | 45 | 11 | 32 | 473 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10101011 | 0 | 100101 | 1001 | 11010 | 100111011 | 100010 | 111100 |
Color Harmonies of #BC77AB
Complementary color
Monochromatic Colors of #BC77AB
Black with #BC77AB
Text Example
Text Example
White with #BC77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77AB; }
p { color: rgb(188,119,171); }
H1.HeaderClassName
{
color: #BC77AB;
}
.AnyTagClassName
{
color: #BC77AB;
}
</style>
background-color css
<style>
a { background-color: #BC77AB; }
a { background-color: rgb(188,119,171); }
div.DivClassName
{
background-color: #BC77AB;
}
.BgClassName
{
background-color: #BC77AB;
}
</style>
border-color css
<style>
span { border-color: #BC77AB; }
span { border-color: rgb(188,119,171); }
td.TdClassName
{
border-color: #BC77AB;
}
.TagClassName
{
border-color: #BC77AB;
}
</style>