Shades of Bouquet #BC799C
Tints of Bouquet #BC799C
RGB
CMYK
RGB Variations
Color information
#BC799C (or 0xBC799C) is known color: Bouquet. HEX triplet: BC, 79 and 9C. RGB value is (188,121,156). Sum of RGB (Red+Green+Blue) = 188+121+156=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC799C is #438663. Grayscale: #909090. Windows color (decimal): -4425316 or 10254780. OLE color: 10254780.
HSL color Cylindrical-coordinate representation of color #BC799C: hue angle of 328.66º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC799C is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 156 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.26 |
| HSL | 328.66º | 0.33% | 0.61% | - |
| HSV(B) | 328.66º | 0.36% | 0.74% | - |
| XYZ | 33.58 | 26.77 | 34.85 | - |
| YUV | 145.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 156 | 0 | 0.36 | 0.17 | 0.26 | 328.66 | 0.33 | 0.61 |
| Hex | BC | 79 | 9C | 0 | 24 | 11 | 1A | 149 | 21 | 3D |
| Octal | 274 | 171 | 234 | 0 | 44 | 21 | 32 | 511 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10011100 | 0 | 100100 | 10001 | 11010 | 101001001 | 100001 | 111101 |
Color Harmonies of #BC799C
Complementary color
Monochromatic Colors of #BC799C
Black with #BC799C
Text Example
Text Example
White with #BC799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC799C; }
p { color: rgb(188,121,156); }
H1.HeaderClassName
{
color: #BC799C;
}
.AnyTagClassName
{
color: #BC799C;
}
</style>
background-color css
<style>
a { background-color: #BC799C; }
a { background-color: rgb(188,121,156); }
div.DivClassName
{
background-color: #BC799C;
}
.BgClassName
{
background-color: #BC799C;
}
</style>
border-color css
<style>
span { border-color: #BC799C; }
span { border-color: rgb(188,121,156); }
td.TdClassName
{
border-color: #BC799C;
}
.TagClassName
{
border-color: #BC799C;
}
</style>