Shades of Bouquet #BC77A6
Tints of Bouquet #BC77A6
RGB
CMYK
RGB Variations
Color information
#BC77A6 (or 0xBC77A6) is known color: Bouquet. HEX triplet: BC, 77 and A6. RGB value is (188,119,166). Sum of RGB (Red+Green+Blue) = 188+119+166=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77A6 is #438859. Grayscale: #909090. Windows color (decimal): -4425818 or 10909628. OLE color: 10909628.
HSL color Cylindrical-coordinate representation of color #BC77A6: hue angle of 319.13º 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 #BC77A6 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 166 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.26 |
| HSL | 319.13º | 0.34% | 0.6% | - |
| HSV(B) | 319.13º | 0.37% | 0.74% | - |
| XYZ | 34.22 | 26.64 | 39.41 | - |
| YUV | 144.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 166 | 0 | 0.37 | 0.12 | 0.26 | 319.13 | 0.34 | 0.6 |
| Hex | BC | 77 | A6 | 0 | 25 | C | 1A | 13F | 22 | 3C |
| Octal | 274 | 167 | 246 | 0 | 45 | 14 | 32 | 477 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10100110 | 0 | 100101 | 1100 | 11010 | 100111111 | 100010 | 111100 |
Color Harmonies of #BC77A6
Complementary color
Monochromatic Colors of #BC77A6
Black with #BC77A6
Text Example
Text Example
White with #BC77A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77A6; }
p { color: rgb(188,119,166); }
H1.HeaderClassName
{
color: #BC77A6;
}
.AnyTagClassName
{
color: #BC77A6;
}
</style>
background-color css
<style>
a { background-color: #BC77A6; }
a { background-color: rgb(188,119,166); }
div.DivClassName
{
background-color: #BC77A6;
}
.BgClassName
{
background-color: #BC77A6;
}
</style>
border-color css
<style>
span { border-color: #BC77A6; }
span { border-color: rgb(188,119,166); }
td.TdClassName
{
border-color: #BC77A6;
}
.TagClassName
{
border-color: #BC77A6;
}
</style>