Shades of Bouquet #BB7CA2
Tints of Bouquet #BB7CA2
RGB
CMYK
RGB Variations
Color information
#BB7CA2 (or 0xBB7CA2) is known color: Bouquet. HEX triplet: BB, 7C and A2. RGB value is (187,124,162). Sum of RGB (Red+Green+Blue) = 187+124+162=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CA2 is #44835D. Grayscale: #939393. Windows color (decimal): -4490078 or 10648763. OLE color: 10648763.
HSL color Cylindrical-coordinate representation of color #BB7CA2: hue angle of 323.81º 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 #BB7CA2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 162 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.27 |
| HSL | 323.81º | 0.32% | 0.61% | - |
| HSV(B) | 323.81º | 0.34% | 0.73% | - |
| XYZ | 34.22 | 27.59 | 37.7 | - |
| YUV | 147.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 162 | 0 | 0.34 | 0.13 | 0.27 | 323.81 | 0.32 | 0.61 |
| Hex | BB | 7C | A2 | 0 | 22 | D | 1B | 144 | 20 | 3D |
| Octal | 273 | 174 | 242 | 0 | 42 | 15 | 33 | 504 | 40 | 75 |
| Binary | 10111011 | 1111100 | 10100010 | 0 | 100010 | 1101 | 11011 | 101000100 | 100000 | 111101 |
Color Harmonies of #BB7CA2
Complementary color
Monochromatic Colors of #BB7CA2
Black with #BB7CA2
Text Example
Text Example
White with #BB7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CA2; }
p { color: rgb(187,124,162); }
H1.HeaderClassName
{
color: #BB7CA2;
}
.AnyTagClassName
{
color: #BB7CA2;
}
</style>
background-color css
<style>
a { background-color: #BB7CA2; }
a { background-color: rgb(187,124,162); }
div.DivClassName
{
background-color: #BB7CA2;
}
.BgClassName
{
background-color: #BB7CA2;
}
</style>
border-color css
<style>
span { border-color: #BB7CA2; }
span { border-color: rgb(187,124,162); }
td.TdClassName
{
border-color: #BB7CA2;
}
.TagClassName
{
border-color: #BB7CA2;
}
</style>