Shades of Bouquet #BF6BAA
Tints of Bouquet #BF6BAA
RGB
CMYK
RGB Variations
Color information
#BF6BAA (or 0xBF6BAA) is known color: Bouquet. HEX triplet: BF, 6B and AA. RGB value is (191,107,170). Sum of RGB (Red+Green+Blue) = 191+107+170=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BAA is #409455. Grayscale: #8B8B8B. Windows color (decimal): -4232278 or 11168703. OLE color: 11168703.
HSL color Cylindrical-coordinate representation of color #BF6BAA: hue angle of 315º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BAA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 170 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.25 |
| HSL | 315º | 0.4% | 0.58% | - |
| HSV(B) | 315º | 0.44% | 0.75% | - |
| XYZ | 34 | 24.49 | 40.97 | - |
| YUV | 139.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 170 | 0 | 0.44 | 0.11 | 0.25 | 315 | 0.4 | 0.58 |
| Hex | BF | 6B | AA | 0 | 2C | B | 19 | 13B | 28 | 3A |
| Octal | 277 | 153 | 252 | 0 | 54 | 13 | 31 | 473 | 50 | 72 |
| Binary | 10111111 | 1101011 | 10101010 | 0 | 101100 | 1011 | 11001 | 100111011 | 101000 | 111010 |
Color Harmonies of #BF6BAA
Complementary color
Monochromatic Colors of #BF6BAA
Black with #BF6BAA
Text Example
Text Example
White with #BF6BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BAA; }
p { color: rgb(191,107,170); }
H1.HeaderClassName
{
color: #BF6BAA;
}
.AnyTagClassName
{
color: #BF6BAA;
}
</style>
background-color css
<style>
a { background-color: #BF6BAA; }
a { background-color: rgb(191,107,170); }
div.DivClassName
{
background-color: #BF6BAA;
}
.BgClassName
{
background-color: #BF6BAA;
}
</style>
border-color css
<style>
span { border-color: #BF6BAA; }
span { border-color: rgb(191,107,170); }
td.TdClassName
{
border-color: #BF6BAA;
}
.TagClassName
{
border-color: #BF6BAA;
}
</style>