Shades of Bouquet #BF6AA8
Tints of Bouquet #BF6AA8
RGB
CMYK
RGB Variations
Color information
#BF6AA8 (or 0xBF6AA8) is known color: Bouquet. HEX triplet: BF, 6A and A8. RGB value is (191,106,168). Sum of RGB (Red+Green+Blue) = 191+106+168=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6AA8 is #409557. Grayscale: #8A8A8A. Windows color (decimal): -4232536 or 11037375. OLE color: 11037375.
HSL color Cylindrical-coordinate representation of color #BF6AA8: hue angle of 316.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6AA8 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 168 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.25 |
| HSL | 316.24º | 0.4% | 0.58% | - |
| HSV(B) | 316.24º | 0.45% | 0.75% | - |
| XYZ | 33.71 | 24.21 | 39.94 | - |
| YUV | 138.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 168 | 0 | 0.45 | 0.12 | 0.25 | 316.24 | 0.4 | 0.58 |
| Hex | BF | 6A | A8 | 0 | 2D | C | 19 | 13C | 28 | 3A |
| Octal | 277 | 152 | 250 | 0 | 55 | 14 | 31 | 474 | 50 | 72 |
| Binary | 10111111 | 1101010 | 10101000 | 0 | 101101 | 1100 | 11001 | 100111100 | 101000 | 111010 |
Color Harmonies of #BF6AA8
Complementary color
Monochromatic Colors of #BF6AA8
Black with #BF6AA8
Text Example
Text Example
White with #BF6AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6AA8; }
p { color: rgb(191,106,168); }
H1.HeaderClassName
{
color: #BF6AA8;
}
.AnyTagClassName
{
color: #BF6AA8;
}
</style>
background-color css
<style>
a { background-color: #BF6AA8; }
a { background-color: rgb(191,106,168); }
div.DivClassName
{
background-color: #BF6AA8;
}
.BgClassName
{
background-color: #BF6AA8;
}
</style>
border-color css
<style>
span { border-color: #BF6AA8; }
span { border-color: rgb(191,106,168); }
td.TdClassName
{
border-color: #BF6AA8;
}
.TagClassName
{
border-color: #BF6AA8;
}
</style>