Shades of Bouquet #BB7CA9
Tints of Bouquet #BB7CA9
RGB
CMYK
RGB Variations
Color information
#BB7CA9 (or 0xBB7CA9) is known color: Bouquet. HEX triplet: BB, 7C and A9. RGB value is (187,124,169). Sum of RGB (Red+Green+Blue) = 187+124+169=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CA9 is #448356. Grayscale: #939393. Windows color (decimal): -4490071 or 11107515. OLE color: 11107515.
HSL color Cylindrical-coordinate representation of color #BB7CA9: hue angle of 317.14º 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 #BB7CA9 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 169 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.27 |
| HSL | 317.14º | 0.32% | 0.61% | - |
| HSV(B) | 317.14º | 0.34% | 0.73% | - |
| XYZ | 34.86 | 27.84 | 41.07 | - |
| YUV | 147.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 169 | 0 | 0.34 | 0.10 | 0.27 | 317.14 | 0.32 | 0.61 |
| Hex | BB | 7C | A9 | 0 | 22 | A | 1B | 13D | 20 | 3D |
| Octal | 273 | 174 | 251 | 0 | 42 | 12 | 33 | 475 | 40 | 75 |
| Binary | 10111011 | 1111100 | 10101001 | 0 | 100010 | 1010 | 11011 | 100111101 | 100000 | 111101 |
Color Harmonies of #BB7CA9
Complementary color
Monochromatic Colors of #BB7CA9
Black with #BB7CA9
Text Example
Text Example
White with #BB7CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CA9; }
p { color: rgb(187,124,169); }
H1.HeaderClassName
{
color: #BB7CA9;
}
.AnyTagClassName
{
color: #BB7CA9;
}
</style>
background-color css
<style>
a { background-color: #BB7CA9; }
a { background-color: rgb(187,124,169); }
div.DivClassName
{
background-color: #BB7CA9;
}
.BgClassName
{
background-color: #BB7CA9;
}
</style>
border-color css
<style>
span { border-color: #BB7CA9; }
span { border-color: rgb(187,124,169); }
td.TdClassName
{
border-color: #BB7CA9;
}
.TagClassName
{
border-color: #BB7CA9;
}
</style>