Shades of Bouquet #B97EA8
Tints of Bouquet #B97EA8
RGB
CMYK
RGB Variations
Color information
#B97EA8 (or 0xB97EA8) is known color: Bouquet. HEX triplet: B9, 7E and A8. RGB value is (185,126,168). Sum of RGB (Red+Green+Blue) = 185+126+168=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EA8 is #468157. Grayscale: #949494. Windows color (decimal): -4620632 or 11042489. OLE color: 11042489.
HSL color Cylindrical-coordinate representation of color #B97EA8: hue angle of 317.29º 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 #B97EA8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 126 | 168 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.27 |
| HSL | 317.29º | 0.3% | 0.61% | - |
| HSV(B) | 317.29º | 0.32% | 0.73% | - |
| XYZ | 34.54 | 28.06 | 40.64 | - |
| YUV | 148.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 168 | 0 | 0.32 | 0.09 | 0.27 | 317.29 | 0.3 | 0.61 |
| Hex | B9 | 7E | A8 | 0 | 20 | 9 | 1B | 13D | 1E | 3D |
| Octal | 271 | 176 | 250 | 0 | 40 | 11 | 33 | 475 | 36 | 75 |
| Binary | 10111001 | 1111110 | 10101000 | 0 | 100000 | 1001 | 11011 | 100111101 | 11110 | 111101 |
Color Harmonies of #B97EA8
Complementary color
Monochromatic Colors of #B97EA8
Black with #B97EA8
Text Example
Text Example
White with #B97EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97EA8; }
p { color: rgb(185,126,168); }
H1.HeaderClassName
{
color: #B97EA8;
}
.AnyTagClassName
{
color: #B97EA8;
}
</style>
background-color css
<style>
a { background-color: #B97EA8; }
a { background-color: rgb(185,126,168); }
div.DivClassName
{
background-color: #B97EA8;
}
.BgClassName
{
background-color: #B97EA8;
}
</style>
border-color css
<style>
span { border-color: #B97EA8; }
span { border-color: rgb(185,126,168); }
td.TdClassName
{
border-color: #B97EA8;
}
.TagClassName
{
border-color: #B97EA8;
}
</style>