Shades of Bouquet #BE7AAB
Tints of Bouquet #BE7AAB
RGB
CMYK
RGB Variations
Color information
#BE7AAB (or 0xBE7AAB) is known color: Bouquet. HEX triplet: BE, 7A and AB. RGB value is (190,122,171). Sum of RGB (Red+Green+Blue) = 190+122+171=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AAB is #418554. Grayscale: #939393. Windows color (decimal): -4293973 or 11238078. OLE color: 11238078.
HSL color Cylindrical-coordinate representation of color #BE7AAB: hue angle of 316.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7AAB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 171 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.25 |
| HSL | 316.76º | 0.34% | 0.61% | - |
| HSV(B) | 316.76º | 0.36% | 0.75% | - |
| XYZ | 35.55 | 27.81 | 42.02 | - |
| YUV | 147.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 171 | 0 | 0.36 | 0.10 | 0.25 | 316.76 | 0.34 | 0.61 |
| Hex | BE | 7A | AB | 0 | 24 | A | 19 | 13D | 22 | 3D |
| Octal | 276 | 172 | 253 | 0 | 44 | 12 | 31 | 475 | 42 | 75 |
| Binary | 10111110 | 1111010 | 10101011 | 0 | 100100 | 1010 | 11001 | 100111101 | 100010 | 111101 |
Color Harmonies of #BE7AAB
Complementary color
Monochromatic Colors of #BE7AAB
Black with #BE7AAB
Text Example
Text Example
White with #BE7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7AAB; }
p { color: rgb(190,122,171); }
H1.HeaderClassName
{
color: #BE7AAB;
}
.AnyTagClassName
{
color: #BE7AAB;
}
</style>
background-color css
<style>
a { background-color: #BE7AAB; }
a { background-color: rgb(190,122,171); }
div.DivClassName
{
background-color: #BE7AAB;
}
.BgClassName
{
background-color: #BE7AAB;
}
</style>
border-color css
<style>
span { border-color: #BE7AAB; }
span { border-color: rgb(190,122,171); }
td.TdClassName
{
border-color: #BE7AAB;
}
.TagClassName
{
border-color: #BE7AAB;
}
</style>