Shades of Bouquet #BB7DA0
Tints of Bouquet #BB7DA0
RGB
CMYK
RGB Variations
Color information
#BB7DA0 (or 0xBB7DA0) is known color: Bouquet. HEX triplet: BB, 7D and A0. RGB value is (187,125,160). Sum of RGB (Red+Green+Blue) = 187+125+160=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DA0 is #44825F. Grayscale: #939393. Windows color (decimal): -4489824 or 10517947. OLE color: 10517947.
HSL color Cylindrical-coordinate representation of color #BB7DA0: hue angle of 326.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7DA0 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 160 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.27 |
| HSL | 326.13º | 0.31% | 0.61% | - |
| HSV(B) | 326.13º | 0.33% | 0.73% | - |
| XYZ | 34.17 | 27.77 | 36.82 | - |
| YUV | 147.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 160 | 0 | 0.33 | 0.14 | 0.27 | 326.13 | 0.31 | 0.61 |
| Hex | BB | 7D | A0 | 0 | 21 | E | 1B | 146 | 1F | 3D |
| Octal | 273 | 175 | 240 | 0 | 41 | 16 | 33 | 506 | 37 | 75 |
| Binary | 10111011 | 1111101 | 10100000 | 0 | 100001 | 1110 | 11011 | 101000110 | 11111 | 111101 |
Color Harmonies of #BB7DA0
Complementary color
Monochromatic Colors of #BB7DA0
Black with #BB7DA0
Text Example
Text Example
White with #BB7DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DA0; }
p { color: rgb(187,125,160); }
H1.HeaderClassName
{
color: #BB7DA0;
}
.AnyTagClassName
{
color: #BB7DA0;
}
</style>
background-color css
<style>
a { background-color: #BB7DA0; }
a { background-color: rgb(187,125,160); }
div.DivClassName
{
background-color: #BB7DA0;
}
.BgClassName
{
background-color: #BB7DA0;
}
</style>
border-color css
<style>
span { border-color: #BB7DA0; }
span { border-color: rgb(187,125,160); }
td.TdClassName
{
border-color: #BB7DA0;
}
.TagClassName
{
border-color: #BB7DA0;
}
</style>