Shades of Bouquet #BF7FA6
Tints of Bouquet #BF7FA6
RGB
CMYK
RGB Variations
Color information
#BF7FA6 (or 0xBF7FA6) is known color: Bouquet. HEX triplet: BF, 7F and A6. RGB value is (191,127,166). Sum of RGB (Red+Green+Blue) = 191+127+166=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7FA6 is #408059. Grayscale: #969696. Windows color (decimal): -4227162 or 10911679. OLE color: 10911679.
HSL color Cylindrical-coordinate representation of color #BF7FA6: hue angle of 323.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7FA6 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 166 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.25 |
| HSL | 323.44º | 0.33% | 0.62% | - |
| HSV(B) | 323.44º | 0.34% | 0.75% | - |
| XYZ | 35.96 | 29.01 | 39.78 | - |
| YUV | 150.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 166 | 0 | 0.34 | 0.13 | 0.25 | 323.44 | 0.33 | 0.62 |
| Hex | BF | 7F | A6 | 0 | 22 | D | 19 | 143 | 21 | 3E |
| Octal | 277 | 177 | 246 | 0 | 42 | 15 | 31 | 503 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10100110 | 0 | 100010 | 1101 | 11001 | 101000011 | 100001 | 111110 |
Color Harmonies of #BF7FA6
Complementary color
Monochromatic Colors of #BF7FA6
Black with #BF7FA6
Text Example
Text Example
White with #BF7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7FA6; }
p { color: rgb(191,127,166); }
H1.HeaderClassName
{
color: #BF7FA6;
}
.AnyTagClassName
{
color: #BF7FA6;
}
</style>
background-color css
<style>
a { background-color: #BF7FA6; }
a { background-color: rgb(191,127,166); }
div.DivClassName
{
background-color: #BF7FA6;
}
.BgClassName
{
background-color: #BF7FA6;
}
</style>
border-color css
<style>
span { border-color: #BF7FA6; }
span { border-color: rgb(191,127,166); }
td.TdClassName
{
border-color: #BF7FA6;
}
.TagClassName
{
border-color: #BF7FA6;
}
</style>