Shades of Bouquet #B96DA8
Tints of Bouquet #B96DA8
RGB
CMYK
RGB Variations
Color information
#B96DA8 (or 0xB96DA8) is known color: Bouquet. HEX triplet: B9, 6D and A8. RGB value is (185,109,168). Sum of RGB (Red+Green+Blue) = 185+109+168=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DA8 is #469257. Grayscale: #8A8A8A. Windows color (decimal): -4624984 or 11038137. OLE color: 11038137.
HSL color Cylindrical-coordinate representation of color #B96DA8: hue angle of 313.42º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96DA8 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 168 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.27 |
| HSL | 313.42º | 0.35% | 0.58% | - |
| HSV(B) | 313.42º | 0.41% | 0.73% | - |
| XYZ | 32.54 | 24.08 | 39.98 | - |
| YUV | 138.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 168 | 0 | 0.41 | 0.09 | 0.27 | 313.42 | 0.35 | 0.58 |
| Hex | B9 | 6D | A8 | 0 | 29 | 9 | 1B | 139 | 23 | 3A |
| Octal | 271 | 155 | 250 | 0 | 51 | 11 | 33 | 471 | 43 | 72 |
| Binary | 10111001 | 1101101 | 10101000 | 0 | 101001 | 1001 | 11011 | 100111001 | 100011 | 111010 |
Color Harmonies of #B96DA8
Complementary color
Monochromatic Colors of #B96DA8
Black with #B96DA8
Text Example
Text Example
White with #B96DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DA8; }
p { color: rgb(185,109,168); }
H1.HeaderClassName
{
color: #B96DA8;
}
.AnyTagClassName
{
color: #B96DA8;
}
</style>
background-color css
<style>
a { background-color: #B96DA8; }
a { background-color: rgb(185,109,168); }
div.DivClassName
{
background-color: #B96DA8;
}
.BgClassName
{
background-color: #B96DA8;
}
</style>
border-color css
<style>
span { border-color: #B96DA8; }
span { border-color: rgb(185,109,168); }
td.TdClassName
{
border-color: #B96DA8;
}
.TagClassName
{
border-color: #B96DA8;
}
</style>