Shades of Bouquet #BF82AA
Tints of Bouquet #BF82AA
RGB
CMYK
RGB Variations
Color information
#BF82AA (or 0xBF82AA) is known color: Bouquet. HEX triplet: BF, 82 and AA. RGB value is (191,130,170). Sum of RGB (Red+Green+Blue) = 191+130+170=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF82AA is #407D55. Grayscale: #989898. Windows color (decimal): -4226390 or 11174591. OLE color: 11174591.
HSL color Cylindrical-coordinate representation of color #BF82AA: hue angle of 320.66º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF82AA is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 170 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.25 |
| HSL | 320.66º | 0.32% | 0.63% | - |
| HSV(B) | 320.66º | 0.32% | 0.75% | - |
| XYZ | 36.72 | 29.94 | 41.87 | - |
| YUV | 152.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 170 | 0 | 0.32 | 0.11 | 0.25 | 320.66 | 0.32 | 0.63 |
| Hex | BF | 82 | AA | 0 | 20 | B | 19 | 141 | 20 | 3F |
| Octal | 277 | 202 | 252 | 0 | 40 | 13 | 31 | 501 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10101010 | 0 | 100000 | 1011 | 11001 | 101000001 | 100000 | 111111 |
Color Harmonies of #BF82AA
Complementary color
Monochromatic Colors of #BF82AA
Black with #BF82AA
Text Example
Text Example
White with #BF82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF82AA; }
p { color: rgb(191,130,170); }
H1.HeaderClassName
{
color: #BF82AA;
}
.AnyTagClassName
{
color: #BF82AA;
}
</style>
background-color css
<style>
a { background-color: #BF82AA; }
a { background-color: rgb(191,130,170); }
div.DivClassName
{
background-color: #BF82AA;
}
.BgClassName
{
background-color: #BF82AA;
}
</style>
border-color css
<style>
span { border-color: #BF82AA; }
span { border-color: rgb(191,130,170); }
td.TdClassName
{
border-color: #BF82AA;
}
.TagClassName
{
border-color: #BF82AA;
}
</style>