Shades of Bouquet #BF6CA8
Tints of Bouquet #BF6CA8
RGB
CMYK
RGB Variations
Color information
#BF6CA8 (or 0xBF6CA8) is known color: Bouquet. HEX triplet: BF, 6C and A8. RGB value is (191,108,168). Sum of RGB (Red+Green+Blue) = 191+108+168=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CA8 is #409357. Grayscale: #8B8B8B. Windows color (decimal): -4232024 or 11037887. OLE color: 11037887.
HSL color Cylindrical-coordinate representation of color #BF6CA8: hue angle of 316.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6CA8 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 168 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.25 |
| HSL | 316.63º | 0.39% | 0.59% | - |
| HSV(B) | 316.63º | 0.43% | 0.75% | - |
| XYZ | 33.92 | 24.63 | 40.01 | - |
| YUV | 139.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 168 | 0 | 0.43 | 0.12 | 0.25 | 316.63 | 0.39 | 0.59 |
| Hex | BF | 6C | A8 | 0 | 2B | C | 19 | 13D | 27 | 3B |
| Octal | 277 | 154 | 250 | 0 | 53 | 14 | 31 | 475 | 47 | 73 |
| Binary | 10111111 | 1101100 | 10101000 | 0 | 101011 | 1100 | 11001 | 100111101 | 100111 | 111011 |
Color Harmonies of #BF6CA8
Complementary color
Monochromatic Colors of #BF6CA8
Black with #BF6CA8
Text Example
Text Example
White with #BF6CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CA8; }
p { color: rgb(191,108,168); }
H1.HeaderClassName
{
color: #BF6CA8;
}
.AnyTagClassName
{
color: #BF6CA8;
}
</style>
background-color css
<style>
a { background-color: #BF6CA8; }
a { background-color: rgb(191,108,168); }
div.DivClassName
{
background-color: #BF6CA8;
}
.BgClassName
{
background-color: #BF6CA8;
}
</style>
border-color css
<style>
span { border-color: #BF6CA8; }
span { border-color: rgb(191,108,168); }
td.TdClassName
{
border-color: #BF6CA8;
}
.TagClassName
{
border-color: #BF6CA8;
}
</style>