Shades of Bouquet #BB7FA0
Tints of Bouquet #BB7FA0
RGB
CMYK
RGB Variations
Color information
#BB7FA0 (or 0xBB7FA0) is known color: Bouquet. HEX triplet: BB, 7F and A0. RGB value is (187,127,160). Sum of RGB (Red+Green+Blue) = 187+127+160=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FA0 is #44805F. Grayscale: #949494. Windows color (decimal): -4489312 or 10518459. OLE color: 10518459.
HSL color Cylindrical-coordinate representation of color #BB7FA0: hue angle of 327º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7FA0 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 160 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.27 |
| HSL | 327º | 0.31% | 0.62% | - |
| HSV(B) | 327º | 0.32% | 0.73% | - |
| XYZ | 34.43 | 28.28 | 36.9 | - |
| YUV | 148.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 160 | 0 | 0.32 | 0.14 | 0.27 | 327 | 0.31 | 0.62 |
| Hex | BB | 7F | A0 | 0 | 20 | E | 1B | 147 | 1F | 3E |
| Octal | 273 | 177 | 240 | 0 | 40 | 16 | 33 | 507 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10100000 | 0 | 100000 | 1110 | 11011 | 101000111 | 11111 | 111110 |
Color Harmonies of #BB7FA0
Complementary color
Monochromatic Colors of #BB7FA0
Black with #BB7FA0
Text Example
Text Example
White with #BB7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FA0; }
p { color: rgb(187,127,160); }
H1.HeaderClassName
{
color: #BB7FA0;
}
.AnyTagClassName
{
color: #BB7FA0;
}
</style>
background-color css
<style>
a { background-color: #BB7FA0; }
a { background-color: rgb(187,127,160); }
div.DivClassName
{
background-color: #BB7FA0;
}
.BgClassName
{
background-color: #BB7FA0;
}
</style>
border-color css
<style>
span { border-color: #BB7FA0; }
span { border-color: rgb(187,127,160); }
td.TdClassName
{
border-color: #BB7FA0;
}
.TagClassName
{
border-color: #BB7FA0;
}
</style>