Shades of Bouquet #BF78A6
Tints of Bouquet #BF78A6
RGB
CMYK
RGB Variations
Color information
#BF78A6 (or 0xBF78A6) is known color: Bouquet. HEX triplet: BF, 78 and A6. RGB value is (191,120,166). Sum of RGB (Red+Green+Blue) = 191+120+166=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78A6 is #408759. Grayscale: #929292. Windows color (decimal): -4228954 or 10909887. OLE color: 10909887.
HSL color Cylindrical-coordinate representation of color #BF78A6: hue angle of 321.13º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78A6 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 166 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.25 |
| HSL | 321.13º | 0.36% | 0.61% | - |
| HSV(B) | 321.13º | 0.37% | 0.75% | - |
| XYZ | 35.09 | 27.26 | 39.49 | - |
| YUV | 146.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 166 | 0 | 0.37 | 0.13 | 0.25 | 321.13 | 0.36 | 0.61 |
| Hex | BF | 78 | A6 | 0 | 25 | D | 19 | 141 | 24 | 3D |
| Octal | 277 | 170 | 246 | 0 | 45 | 15 | 31 | 501 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10100110 | 0 | 100101 | 1101 | 11001 | 101000001 | 100100 | 111101 |
Color Harmonies of #BF78A6
Complementary color
Monochromatic Colors of #BF78A6
Black with #BF78A6
Text Example
Text Example
White with #BF78A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78A6; }
p { color: rgb(191,120,166); }
H1.HeaderClassName
{
color: #BF78A6;
}
.AnyTagClassName
{
color: #BF78A6;
}
</style>
background-color css
<style>
a { background-color: #BF78A6; }
a { background-color: rgb(191,120,166); }
div.DivClassName
{
background-color: #BF78A6;
}
.BgClassName
{
background-color: #BF78A6;
}
</style>
border-color css
<style>
span { border-color: #BF78A6; }
span { border-color: rgb(191,120,166); }
td.TdClassName
{
border-color: #BF78A6;
}
.TagClassName
{
border-color: #BF78A6;
}
</style>