Shades of Bouquet #BC769D
Tints of Bouquet #BC769D
RGB
CMYK
RGB Variations
Color information
#BC769D (or 0xBC769D) is known color: Bouquet. HEX triplet: BC, 76 and 9D. RGB value is (188,118,157). Sum of RGB (Red+Green+Blue) = 188+118+157=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC769D is #438962. Grayscale: #8F8F8F. Windows color (decimal): -4426083 or 10319548. OLE color: 10319548.
HSL color Cylindrical-coordinate representation of color #BC769D: hue angle of 326.57º 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 #BC769D is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 157 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.26 |
| HSL | 326.57º | 0.34% | 0.6% | - |
| HSV(B) | 326.57º | 0.37% | 0.74% | - |
| XYZ | 33.3 | 26.08 | 35.18 | - |
| YUV | 143.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 157 | 0 | 0.37 | 0.16 | 0.26 | 326.57 | 0.34 | 0.6 |
| Hex | BC | 76 | 9D | 0 | 25 | 10 | 1A | 147 | 22 | 3C |
| Octal | 274 | 166 | 235 | 0 | 45 | 20 | 32 | 507 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10011101 | 0 | 100101 | 10000 | 11010 | 101000111 | 100010 | 111100 |
Color Harmonies of #BC769D
Complementary color
Monochromatic Colors of #BC769D
Black with #BC769D
Text Example
Text Example
White with #BC769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC769D; }
p { color: rgb(188,118,157); }
H1.HeaderClassName
{
color: #BC769D;
}
.AnyTagClassName
{
color: #BC769D;
}
</style>
background-color css
<style>
a { background-color: #BC769D; }
a { background-color: rgb(188,118,157); }
div.DivClassName
{
background-color: #BC769D;
}
.BgClassName
{
background-color: #BC769D;
}
</style>
border-color css
<style>
span { border-color: #BC769D; }
span { border-color: rgb(188,118,157); }
td.TdClassName
{
border-color: #BC769D;
}
.TagClassName
{
border-color: #BC769D;
}
</style>