Shades of Bouquet #BB7BAB
Tints of Bouquet #BB7BAB
RGB
CMYK
RGB Variations
Color information
#BB7BAB (or 0xBB7BAB) is known color: Bouquet. HEX triplet: BB, 7B and AB. RGB value is (187,123,171). Sum of RGB (Red+Green+Blue) = 187+123+171=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BAB is #448454. Grayscale: #939393. Windows color (decimal): -4490325 or 11238331. OLE color: 11238331.
HSL color Cylindrical-coordinate representation of color #BB7BAB: hue angle of 315º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7BAB is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 171 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.27 |
| HSL | 315º | 0.32% | 0.61% | - |
| HSV(B) | 315º | 0.34% | 0.73% | - |
| XYZ | 34.93 | 27.67 | 42.03 | - |
| YUV | 147.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 171 | 0 | 0.34 | 0.09 | 0.27 | 315 | 0.32 | 0.61 |
| Hex | BB | 7B | AB | 0 | 22 | 9 | 1B | 13B | 20 | 3D |
| Octal | 273 | 173 | 253 | 0 | 42 | 11 | 33 | 473 | 40 | 75 |
| Binary | 10111011 | 1111011 | 10101011 | 0 | 100010 | 1001 | 11011 | 100111011 | 100000 | 111101 |
Color Harmonies of #BB7BAB
Complementary color
Monochromatic Colors of #BB7BAB
Black with #BB7BAB
Text Example
Text Example
White with #BB7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BAB; }
p { color: rgb(187,123,171); }
H1.HeaderClassName
{
color: #BB7BAB;
}
.AnyTagClassName
{
color: #BB7BAB;
}
</style>
background-color css
<style>
a { background-color: #BB7BAB; }
a { background-color: rgb(187,123,171); }
div.DivClassName
{
background-color: #BB7BAB;
}
.BgClassName
{
background-color: #BB7BAB;
}
</style>
border-color css
<style>
span { border-color: #BB7BAB; }
span { border-color: rgb(187,123,171); }
td.TdClassName
{
border-color: #BB7BAB;
}
.TagClassName
{
border-color: #BB7BAB;
}
</style>