Shades of Bouquet #BB6AA2
Tints of Bouquet #BB6AA2
RGB
CMYK
RGB Variations
Color information
#BB6AA2 (or 0xBB6AA2) is known color: Bouquet. HEX triplet: BB, 6A and A2. RGB value is (187,106,162). Sum of RGB (Red+Green+Blue) = 187+106+162=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AA2 is #44955D. Grayscale: #888888. Windows color (decimal): -4494686 or 10644155. OLE color: 10644155.
HSL color Cylindrical-coordinate representation of color #BB6AA2: hue angle of 318.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6AA2 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 162 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.27 |
| HSL | 318.52º | 0.37% | 0.57% | - |
| HSV(B) | 318.52º | 0.43% | 0.73% | - |
| XYZ | 32.17 | 23.48 | 37.02 | - |
| YUV | 136.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 162 | 0 | 0.43 | 0.13 | 0.27 | 318.52 | 0.37 | 0.57 |
| Hex | BB | 6A | A2 | 0 | 2B | D | 1B | 13F | 25 | 39 |
| Octal | 273 | 152 | 242 | 0 | 53 | 15 | 33 | 477 | 45 | 71 |
| Binary | 10111011 | 1101010 | 10100010 | 0 | 101011 | 1101 | 11011 | 100111111 | 100101 | 111001 |
Color Harmonies of #BB6AA2
Complementary color
Monochromatic Colors of #BB6AA2
Black with #BB6AA2
Text Example
Text Example
White with #BB6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AA2; }
p { color: rgb(187,106,162); }
H1.HeaderClassName
{
color: #BB6AA2;
}
.AnyTagClassName
{
color: #BB6AA2;
}
</style>
background-color css
<style>
a { background-color: #BB6AA2; }
a { background-color: rgb(187,106,162); }
div.DivClassName
{
background-color: #BB6AA2;
}
.BgClassName
{
background-color: #BB6AA2;
}
</style>
border-color css
<style>
span { border-color: #BB6AA2; }
span { border-color: rgb(187,106,162); }
td.TdClassName
{
border-color: #BB6AA2;
}
.TagClassName
{
border-color: #BB6AA2;
}
</style>