Shades of Bouquet #BF80AA
Tints of Bouquet #BF80AA
RGB
CMYK
RGB Variations
Color information
#BF80AA (or 0xBF80AA) is known color: Bouquet. HEX triplet: BF, 80 and AA. RGB value is (191,128,170). Sum of RGB (Red+Green+Blue) = 191+128+170=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80AA is #407F55. Grayscale: #979797. Windows color (decimal): -4226902 or 11174079. OLE color: 11174079.
HSL color Cylindrical-coordinate representation of color #BF80AA: hue angle of 320º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF80AA is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 170 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.25 |
| HSL | 320º | 0.33% | 0.63% | - |
| HSV(B) | 320º | 0.33% | 0.75% | - |
| XYZ | 36.46 | 29.42 | 41.79 | - |
| YUV | 151.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 170 | 0 | 0.33 | 0.11 | 0.25 | 320 | 0.33 | 0.63 |
| Hex | BF | 80 | AA | 0 | 21 | B | 19 | 140 | 21 | 3F |
| Octal | 277 | 200 | 252 | 0 | 41 | 13 | 31 | 500 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10101010 | 0 | 100001 | 1011 | 11001 | 101000000 | 100001 | 111111 |
Color Harmonies of #BF80AA
Complementary color
Monochromatic Colors of #BF80AA
Black with #BF80AA
Text Example
Text Example
White with #BF80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80AA; }
p { color: rgb(191,128,170); }
H1.HeaderClassName
{
color: #BF80AA;
}
.AnyTagClassName
{
color: #BF80AA;
}
</style>
background-color css
<style>
a { background-color: #BF80AA; }
a { background-color: rgb(191,128,170); }
div.DivClassName
{
background-color: #BF80AA;
}
.BgClassName
{
background-color: #BF80AA;
}
</style>
border-color css
<style>
span { border-color: #BF80AA; }
span { border-color: rgb(191,128,170); }
td.TdClassName
{
border-color: #BF80AA;
}
.TagClassName
{
border-color: #BF80AA;
}
</style>