Shades of Bouquet #BF7EA8
Tints of Bouquet #BF7EA8
RGB
CMYK
RGB Variations
Color information
#BF7EA8 (or 0xBF7EA8) is known color: Bouquet. HEX triplet: BF, 7E and A8. RGB value is (191,126,168). Sum of RGB (Red+Green+Blue) = 191+126+168=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7EA8 is #408157. Grayscale: #969696. Windows color (decimal): -4227416 or 11042495. OLE color: 11042495.
HSL color Cylindrical-coordinate representation of color #BF7EA8: hue angle of 321.23º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7EA8 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 168 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.25 |
| HSL | 321.23º | 0.34% | 0.62% | - |
| HSV(B) | 321.23º | 0.34% | 0.75% | - |
| XYZ | 36.01 | 28.83 | 40.71 | - |
| YUV | 150.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 168 | 0 | 0.34 | 0.12 | 0.25 | 321.23 | 0.34 | 0.62 |
| Hex | BF | 7E | A8 | 0 | 22 | C | 19 | 141 | 22 | 3E |
| Octal | 277 | 176 | 250 | 0 | 42 | 14 | 31 | 501 | 42 | 76 |
| Binary | 10111111 | 1111110 | 10101000 | 0 | 100010 | 1100 | 11001 | 101000001 | 100010 | 111110 |
Color Harmonies of #BF7EA8
Complementary color
Monochromatic Colors of #BF7EA8
Black with #BF7EA8
Text Example
Text Example
White with #BF7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7EA8; }
p { color: rgb(191,126,168); }
H1.HeaderClassName
{
color: #BF7EA8;
}
.AnyTagClassName
{
color: #BF7EA8;
}
</style>
background-color css
<style>
a { background-color: #BF7EA8; }
a { background-color: rgb(191,126,168); }
div.DivClassName
{
background-color: #BF7EA8;
}
.BgClassName
{
background-color: #BF7EA8;
}
</style>
border-color css
<style>
span { border-color: #BF7EA8; }
span { border-color: rgb(191,126,168); }
td.TdClassName
{
border-color: #BF7EA8;
}
.TagClassName
{
border-color: #BF7EA8;
}
</style>