Shades of Bouquet #BB6D9E
Tints of Bouquet #BB6D9E
RGB
CMYK
RGB Variations
Color information
#BB6D9E (or 0xBB6D9E) is known color: Bouquet. HEX triplet: BB, 6D and 9E. RGB value is (187,109,158). Sum of RGB (Red+Green+Blue) = 187+109+158=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D9E is #449261. Grayscale: #898989. Windows color (decimal): -4493922 or 10382779. OLE color: 10382779.
HSL color Cylindrical-coordinate representation of color #BB6D9E: hue angle of 322.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D9E is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 158 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.27 |
| HSL | 322.31º | 0.36% | 0.58% | - |
| HSV(B) | 322.31º | 0.42% | 0.73% | - |
| XYZ | 32.13 | 23.97 | 35.28 | - |
| YUV | 137.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 158 | 0 | 0.42 | 0.16 | 0.27 | 322.31 | 0.36 | 0.58 |
| Hex | BB | 6D | 9E | 0 | 2A | 10 | 1B | 142 | 24 | 3A |
| Octal | 273 | 155 | 236 | 0 | 52 | 20 | 33 | 502 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10011110 | 0 | 101010 | 10000 | 11011 | 101000010 | 100100 | 111010 |
Color Harmonies of #BB6D9E
Complementary color
Monochromatic Colors of #BB6D9E
Black with #BB6D9E
Text Example
Text Example
White with #BB6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D9E; }
p { color: rgb(187,109,158); }
H1.HeaderClassName
{
color: #BB6D9E;
}
.AnyTagClassName
{
color: #BB6D9E;
}
</style>
background-color css
<style>
a { background-color: #BB6D9E; }
a { background-color: rgb(187,109,158); }
div.DivClassName
{
background-color: #BB6D9E;
}
.BgClassName
{
background-color: #BB6D9E;
}
</style>
border-color css
<style>
span { border-color: #BB6D9E; }
span { border-color: rgb(187,109,158); }
td.TdClassName
{
border-color: #BB6D9E;
}
.TagClassName
{
border-color: #BB6D9E;
}
</style>