Shades of Bouquet #BC799F
Tints of Bouquet #BC799F
RGB
CMYK
RGB Variations
Color information
#BC799F (or 0xBC799F) is known color: Bouquet. HEX triplet: BC, 79 and 9F. RGB value is (188,121,159). Sum of RGB (Red+Green+Blue) = 188+121+159=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC799F is #438660. Grayscale: #919191. Windows color (decimal): -4425313 or 10451388. OLE color: 10451388.
HSL color Cylindrical-coordinate representation of color #BC799F: hue angle of 325.97º 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 #BC799F is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 159 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.26 |
| HSL | 325.97º | 0.33% | 0.61% | - |
| HSV(B) | 325.97º | 0.36% | 0.74% | - |
| XYZ | 33.83 | 26.87 | 36.2 | - |
| YUV | 145.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 159 | 0 | 0.36 | 0.15 | 0.26 | 325.97 | 0.33 | 0.61 |
| Hex | BC | 79 | 9F | 0 | 24 | F | 1A | 146 | 21 | 3D |
| Octal | 274 | 171 | 237 | 0 | 44 | 17 | 32 | 506 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10011111 | 0 | 100100 | 1111 | 11010 | 101000110 | 100001 | 111101 |
Color Harmonies of #BC799F
Complementary color
Monochromatic Colors of #BC799F
Black with #BC799F
Text Example
Text Example
White with #BC799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC799F; }
p { color: rgb(188,121,159); }
H1.HeaderClassName
{
color: #BC799F;
}
.AnyTagClassName
{
color: #BC799F;
}
</style>
background-color css
<style>
a { background-color: #BC799F; }
a { background-color: rgb(188,121,159); }
div.DivClassName
{
background-color: #BC799F;
}
.BgClassName
{
background-color: #BC799F;
}
</style>
border-color css
<style>
span { border-color: #BC799F; }
span { border-color: rgb(188,121,159); }
td.TdClassName
{
border-color: #BC799F;
}
.TagClassName
{
border-color: #BC799F;
}
</style>