Shades of Bouquet #B86CA8
Tints of Bouquet #B86CA8
RGB
CMYK
RGB Variations
Color information
#B86CA8 (or 0xB86CA8) is known color: Bouquet. HEX triplet: B8, 6C and A8. RGB value is (184,108,168). Sum of RGB (Red+Green+Blue) = 184+108+168=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86CA8 is #479357. Grayscale: #898989. Windows color (decimal): -4690776 or 11037880. OLE color: 11037880.
HSL color Cylindrical-coordinate representation of color #B86CA8: hue angle of 312.63º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86CA8 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 168 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.28 |
| HSL | 312.63º | 0.35% | 0.57% | - |
| HSV(B) | 312.63º | 0.41% | 0.72% | - |
| XYZ | 32.2 | 23.74 | 39.93 | - |
| YUV | 137.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 168 | 0 | 0.41 | 0.09 | 0.28 | 312.63 | 0.35 | 0.57 |
| Hex | B8 | 6C | A8 | 0 | 29 | 9 | 1C | 139 | 23 | 39 |
| Octal | 270 | 154 | 250 | 0 | 51 | 11 | 34 | 471 | 43 | 71 |
| Binary | 10111000 | 1101100 | 10101000 | 0 | 101001 | 1001 | 11100 | 100111001 | 100011 | 111001 |
Color Harmonies of #B86CA8
Complementary color
Monochromatic Colors of #B86CA8
Black with #B86CA8
Text Example
Text Example
White with #B86CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CA8; }
p { color: rgb(184,108,168); }
H1.HeaderClassName
{
color: #B86CA8;
}
.AnyTagClassName
{
color: #B86CA8;
}
</style>
background-color css
<style>
a { background-color: #B86CA8; }
a { background-color: rgb(184,108,168); }
div.DivClassName
{
background-color: #B86CA8;
}
.BgClassName
{
background-color: #B86CA8;
}
</style>
border-color css
<style>
span { border-color: #B86CA8; }
span { border-color: rgb(184,108,168); }
td.TdClassName
{
border-color: #B86CA8;
}
.TagClassName
{
border-color: #B86CA8;
}
</style>