Shades of Bouquet #BC799E
Tints of Bouquet #BC799E
RGB
CMYK
RGB Variations
Color information
#BC799E (or 0xBC799E) is known color: Bouquet. HEX triplet: BC, 79 and 9E. RGB value is (188,121,158). Sum of RGB (Red+Green+Blue) = 188+121+158=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC799E is #438661. Grayscale: #919191. Windows color (decimal): -4425314 or 10385852. OLE color: 10385852.
HSL color Cylindrical-coordinate representation of color #BC799E: hue angle of 326.87º 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 #BC799E is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 158 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.26 |
| HSL | 326.87º | 0.33% | 0.61% | - |
| HSV(B) | 326.87º | 0.36% | 0.74% | - |
| XYZ | 33.75 | 26.83 | 35.75 | - |
| YUV | 145.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 158 | 0 | 0.36 | 0.16 | 0.26 | 326.87 | 0.33 | 0.61 |
| Hex | BC | 79 | 9E | 0 | 24 | 10 | 1A | 147 | 21 | 3D |
| Octal | 274 | 171 | 236 | 0 | 44 | 20 | 32 | 507 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10011110 | 0 | 100100 | 10000 | 11010 | 101000111 | 100001 | 111101 |
Color Harmonies of #BC799E
Complementary color
Monochromatic Colors of #BC799E
Black with #BC799E
Text Example
Text Example
White with #BC799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC799E; }
p { color: rgb(188,121,158); }
H1.HeaderClassName
{
color: #BC799E;
}
.AnyTagClassName
{
color: #BC799E;
}
</style>
background-color css
<style>
a { background-color: #BC799E; }
a { background-color: rgb(188,121,158); }
div.DivClassName
{
background-color: #BC799E;
}
.BgClassName
{
background-color: #BC799E;
}
</style>
border-color css
<style>
span { border-color: #BC799E; }
span { border-color: rgb(188,121,158); }
td.TdClassName
{
border-color: #BC799E;
}
.TagClassName
{
border-color: #BC799E;
}
</style>