Shades of Bouquet #B86F9D
Tints of Bouquet #B86F9D
RGB
CMYK
RGB Variations
Color information
#B86F9D (or 0xB86F9D) is known color: Bouquet. HEX triplet: B8, 6F and 9D. RGB value is (184,111,157). Sum of RGB (Red+Green+Blue) = 184+111+157=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F9D is #479062. Grayscale: #898989. Windows color (decimal): -4690019 or 10317752. OLE color: 10317752.
HSL color Cylindrical-coordinate representation of color #B86F9D: hue angle of 322.19º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F9D is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 157 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.28 |
| HSL | 322.19º | 0.34% | 0.58% | - |
| HSV(B) | 322.19º | 0.4% | 0.72% | - |
| XYZ | 31.54 | 23.99 | 34.87 | - |
| YUV | 138.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 157 | 0 | 0.40 | 0.15 | 0.28 | 322.19 | 0.34 | 0.58 |
| Hex | B8 | 6F | 9D | 0 | 28 | F | 1C | 142 | 22 | 3A |
| Octal | 270 | 157 | 235 | 0 | 50 | 17 | 34 | 502 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10011101 | 0 | 101000 | 1111 | 11100 | 101000010 | 100010 | 111010 |
Color Harmonies of #B86F9D
Complementary color
Monochromatic Colors of #B86F9D
Black with #B86F9D
Text Example
Text Example
White with #B86F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F9D; }
p { color: rgb(184,111,157); }
H1.HeaderClassName
{
color: #B86F9D;
}
.AnyTagClassName
{
color: #B86F9D;
}
</style>
background-color css
<style>
a { background-color: #B86F9D; }
a { background-color: rgb(184,111,157); }
div.DivClassName
{
background-color: #B86F9D;
}
.BgClassName
{
background-color: #B86F9D;
}
</style>
border-color css
<style>
span { border-color: #B86F9D; }
span { border-color: rgb(184,111,157); }
td.TdClassName
{
border-color: #B86F9D;
}
.TagClassName
{
border-color: #B86F9D;
}
</style>