Shades of Bouquet #BF81AB
Tints of Bouquet #BF81AB
RGB
CMYK
RGB Variations
Color information
#BF81AB (or 0xBF81AB) is known color: Bouquet. HEX triplet: BF, 81 and AB. RGB value is (191,129,171). Sum of RGB (Red+Green+Blue) = 191+129+171=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF81AB is #407E54. Grayscale: #989898. Windows color (decimal): -4226645 or 11239871. OLE color: 11239871.
HSL color Cylindrical-coordinate representation of color #BF81AB: hue angle of 319.35º degrees, saturation: 0.33, 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 #BF81AB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 171 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.25 |
| HSL | 319.35º | 0.33% | 0.63% | - |
| HSV(B) | 319.35º | 0.32% | 0.75% | - |
| XYZ | 36.69 | 29.72 | 42.33 | - |
| YUV | 152.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 171 | 0 | 0.32 | 0.10 | 0.25 | 319.35 | 0.33 | 0.63 |
| Hex | BF | 81 | AB | 0 | 20 | A | 19 | 13F | 21 | 3F |
| Octal | 277 | 201 | 253 | 0 | 40 | 12 | 31 | 477 | 41 | 77 |
| Binary | 10111111 | 10000001 | 10101011 | 0 | 100000 | 1010 | 11001 | 100111111 | 100001 | 111111 |
Color Harmonies of #BF81AB
Complementary color
Monochromatic Colors of #BF81AB
Black with #BF81AB
Text Example
Text Example
White with #BF81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81AB; }
p { color: rgb(191,129,171); }
H1.HeaderClassName
{
color: #BF81AB;
}
.AnyTagClassName
{
color: #BF81AB;
}
</style>
background-color css
<style>
a { background-color: #BF81AB; }
a { background-color: rgb(191,129,171); }
div.DivClassName
{
background-color: #BF81AB;
}
.BgClassName
{
background-color: #BF81AB;
}
</style>
border-color css
<style>
span { border-color: #BF81AB; }
span { border-color: rgb(191,129,171); }
td.TdClassName
{
border-color: #BF81AB;
}
.TagClassName
{
border-color: #BF81AB;
}
</style>