Shades of Bouquet #BF70AB
Tints of Bouquet #BF70AB
RGB
CMYK
RGB Variations
Color information
#BF70AB (or 0xBF70AB) is known color: Bouquet. HEX triplet: BF, 70 and AB. RGB value is (191,112,171). Sum of RGB (Red+Green+Blue) = 191+112+171=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70AB is #408F54. Grayscale: #8E8E8E. Windows color (decimal): -4230997 or 11235519. OLE color: 11235519.
HSL color Cylindrical-coordinate representation of color #BF70AB: hue angle of 315.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF70AB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 171 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.25 |
| HSL | 315.19º | 0.38% | 0.59% | - |
| HSV(B) | 315.19º | 0.41% | 0.75% | - |
| XYZ | 34.63 | 25.6 | 41.65 | - |
| YUV | 142.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 171 | 0 | 0.41 | 0.10 | 0.25 | 315.19 | 0.38 | 0.59 |
| Hex | BF | 70 | AB | 0 | 29 | A | 19 | 13B | 26 | 3B |
| Octal | 277 | 160 | 253 | 0 | 51 | 12 | 31 | 473 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10101011 | 0 | 101001 | 1010 | 11001 | 100111011 | 100110 | 111011 |
Color Harmonies of #BF70AB
Complementary color
Monochromatic Colors of #BF70AB
Black with #BF70AB
Text Example
Text Example
White with #BF70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70AB; }
p { color: rgb(191,112,171); }
H1.HeaderClassName
{
color: #BF70AB;
}
.AnyTagClassName
{
color: #BF70AB;
}
</style>
background-color css
<style>
a { background-color: #BF70AB; }
a { background-color: rgb(191,112,171); }
div.DivClassName
{
background-color: #BF70AB;
}
.BgClassName
{
background-color: #BF70AB;
}
</style>
border-color css
<style>
span { border-color: #BF70AB; }
span { border-color: rgb(191,112,171); }
td.TdClassName
{
border-color: #BF70AB;
}
.TagClassName
{
border-color: #BF70AB;
}
</style>