Shades of Bouquet #BF6CAA
Tints of Bouquet #BF6CAA
RGB
CMYK
RGB Variations
Color information
#BF6CAA (or 0xBF6CAA) is known color: Bouquet. HEX triplet: BF, 6C and AA. RGB value is (191,108,170). Sum of RGB (Red+Green+Blue) = 191+108+170=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CAA is #409355. Grayscale: #8B8B8B. Windows color (decimal): -4232022 or 11168959. OLE color: 11168959.
HSL color Cylindrical-coordinate representation of color #BF6CAA: hue angle of 315.18º 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 #BF6CAA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 170 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.25 |
| HSL | 315.18º | 0.39% | 0.59% | - |
| HSV(B) | 315.18º | 0.43% | 0.75% | - |
| XYZ | 34.1 | 24.7 | 41 | - |
| YUV | 139.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 170 | 0 | 0.43 | 0.11 | 0.25 | 315.18 | 0.39 | 0.59 |
| Hex | BF | 6C | AA | 0 | 2B | B | 19 | 13B | 27 | 3B |
| Octal | 277 | 154 | 252 | 0 | 53 | 13 | 31 | 473 | 47 | 73 |
| Binary | 10111111 | 1101100 | 10101010 | 0 | 101011 | 1011 | 11001 | 100111011 | 100111 | 111011 |
Color Harmonies of #BF6CAA
Complementary color
Monochromatic Colors of #BF6CAA
Black with #BF6CAA
Text Example
Text Example
White with #BF6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CAA; }
p { color: rgb(191,108,170); }
H1.HeaderClassName
{
color: #BF6CAA;
}
.AnyTagClassName
{
color: #BF6CAA;
}
</style>
background-color css
<style>
a { background-color: #BF6CAA; }
a { background-color: rgb(191,108,170); }
div.DivClassName
{
background-color: #BF6CAA;
}
.BgClassName
{
background-color: #BF6CAA;
}
</style>
border-color css
<style>
span { border-color: #BF6CAA; }
span { border-color: rgb(191,108,170); }
td.TdClassName
{
border-color: #BF6CAA;
}
.TagClassName
{
border-color: #BF6CAA;
}
</style>