Shades of Bouquet #BC779D
Tints of Bouquet #BC779D
RGB
CMYK
RGB Variations
Color information
#BC779D (or 0xBC779D) is known color: Bouquet. HEX triplet: BC, 77 and 9D. RGB value is (188,119,157). Sum of RGB (Red+Green+Blue) = 188+119+157=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC779D is #438862. Grayscale: #8F8F8F. Windows color (decimal): -4425827 or 10319804. OLE color: 10319804.
HSL color Cylindrical-coordinate representation of color #BC779D: hue angle of 326.96º 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 #BC779D is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 157 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.26 |
| HSL | 326.96º | 0.34% | 0.6% | - |
| HSV(B) | 326.96º | 0.37% | 0.74% | - |
| XYZ | 33.42 | 26.32 | 35.22 | - |
| YUV | 143.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 157 | 0 | 0.37 | 0.16 | 0.26 | 326.96 | 0.34 | 0.6 |
| Hex | BC | 77 | 9D | 0 | 25 | 10 | 1A | 147 | 22 | 3C |
| Octal | 274 | 167 | 235 | 0 | 45 | 20 | 32 | 507 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10011101 | 0 | 100101 | 10000 | 11010 | 101000111 | 100010 | 111100 |
Color Harmonies of #BC779D
Complementary color
Monochromatic Colors of #BC779D
Black with #BC779D
Text Example
Text Example
White with #BC779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC779D; }
p { color: rgb(188,119,157); }
H1.HeaderClassName
{
color: #BC779D;
}
.AnyTagClassName
{
color: #BC779D;
}
</style>
background-color css
<style>
a { background-color: #BC779D; }
a { background-color: rgb(188,119,157); }
div.DivClassName
{
background-color: #BC779D;
}
.BgClassName
{
background-color: #BC779D;
}
</style>
border-color css
<style>
span { border-color: #BC779D; }
span { border-color: rgb(188,119,157); }
td.TdClassName
{
border-color: #BC779D;
}
.TagClassName
{
border-color: #BC779D;
}
</style>