Shades of Bouquet #B97D9C
Tints of Bouquet #B97D9C
RGB
CMYK
RGB Variations
Color information
#B97D9C (or 0xB97D9C) is known color: Bouquet. HEX triplet: B9, 7D and 9C. RGB value is (185,125,156). Sum of RGB (Red+Green+Blue) = 185+125+156=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D9C is #468263. Grayscale: #929292. Windows color (decimal): -4620900 or 10255801. OLE color: 10255801.
HSL color Cylindrical-coordinate representation of color #B97D9C: hue angle of 329º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97D9C is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 156 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.27 |
| HSL | 329º | 0.3% | 0.61% | - |
| HSV(B) | 329º | 0.32% | 0.73% | - |
| XYZ | 33.34 | 27.38 | 34.98 | - |
| YUV | 146.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 156 | 0 | 0.32 | 0.16 | 0.27 | 329 | 0.3 | 0.61 |
| Hex | B9 | 7D | 9C | 0 | 20 | 10 | 1B | 149 | 1E | 3D |
| Octal | 271 | 175 | 234 | 0 | 40 | 20 | 33 | 511 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10011100 | 0 | 100000 | 10000 | 11011 | 101001001 | 11110 | 111101 |
Color Harmonies of #B97D9C
Complementary color
Monochromatic Colors of #B97D9C
Black with #B97D9C
Text Example
Text Example
White with #B97D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D9C; }
p { color: rgb(185,125,156); }
H1.HeaderClassName
{
color: #B97D9C;
}
.AnyTagClassName
{
color: #B97D9C;
}
</style>
background-color css
<style>
a { background-color: #B97D9C; }
a { background-color: rgb(185,125,156); }
div.DivClassName
{
background-color: #B97D9C;
}
.BgClassName
{
background-color: #B97D9C;
}
</style>
border-color css
<style>
span { border-color: #B97D9C; }
span { border-color: rgb(185,125,156); }
td.TdClassName
{
border-color: #B97D9C;
}
.TagClassName
{
border-color: #B97D9C;
}
</style>