Shades of Bouquet #B97CA6
Tints of Bouquet #B97CA6
RGB
CMYK
RGB Variations
Color information
#B97CA6 (or 0xB97CA6) is known color: Bouquet. HEX triplet: B9, 7C and A6. RGB value is (185,124,166). Sum of RGB (Red+Green+Blue) = 185+124+166=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA6 is #468359. Grayscale: #929292. Windows color (decimal): -4621146 or 10910905. OLE color: 10910905.
HSL color Cylindrical-coordinate representation of color #B97CA6: hue angle of 318.69º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97CA6 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 166 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.27 |
| HSL | 318.69º | 0.3% | 0.61% | - |
| HSV(B) | 318.69º | 0.33% | 0.73% | - |
| XYZ | 34.1 | 27.48 | 39.58 | - |
| YUV | 147.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 166 | 0 | 0.33 | 0.10 | 0.27 | 318.69 | 0.3 | 0.61 |
| Hex | B9 | 7C | A6 | 0 | 21 | A | 1B | 13F | 1E | 3D |
| Octal | 271 | 174 | 246 | 0 | 41 | 12 | 33 | 477 | 36 | 75 |
| Binary | 10111001 | 1111100 | 10100110 | 0 | 100001 | 1010 | 11011 | 100111111 | 11110 | 111101 |
Color Harmonies of #B97CA6
Complementary color
Monochromatic Colors of #B97CA6
Black with #B97CA6
Text Example
Text Example
White with #B97CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97CA6; }
p { color: rgb(185,124,166); }
H1.HeaderClassName
{
color: #B97CA6;
}
.AnyTagClassName
{
color: #B97CA6;
}
</style>
background-color css
<style>
a { background-color: #B97CA6; }
a { background-color: rgb(185,124,166); }
div.DivClassName
{
background-color: #B97CA6;
}
.BgClassName
{
background-color: #B97CA6;
}
</style>
border-color css
<style>
span { border-color: #B97CA6; }
span { border-color: rgb(185,124,166); }
td.TdClassName
{
border-color: #B97CA6;
}
.TagClassName
{
border-color: #B97CA6;
}
</style>