Shades of Bouquet #BE7BAC
Tints of Bouquet #BE7BAC
RGB
CMYK
RGB Variations
Color information
#BE7BAC (or 0xBE7BAC) is known color: Bouquet. HEX triplet: BE, 7B and AC. RGB value is (190,123,172). Sum of RGB (Red+Green+Blue) = 190+123+172=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BAC is #418453. Grayscale: #949494. Windows color (decimal): -4293716 or 11303870. OLE color: 11303870.
HSL color Cylindrical-coordinate representation of color #BE7BAC: hue angle of 316.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7BAC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 172 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.25 |
| HSL | 316.12º | 0.34% | 0.61% | - |
| HSV(B) | 316.12º | 0.35% | 0.75% | - |
| XYZ | 35.76 | 28.09 | 42.57 | - |
| YUV | 148.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 172 | 0 | 0.35 | 0.09 | 0.25 | 316.12 | 0.34 | 0.61 |
| Hex | BE | 7B | AC | 0 | 23 | 9 | 19 | 13C | 22 | 3D |
| Octal | 276 | 173 | 254 | 0 | 43 | 11 | 31 | 474 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10101100 | 0 | 100011 | 1001 | 11001 | 100111100 | 100010 | 111101 |
Color Harmonies of #BE7BAC
Complementary color
Monochromatic Colors of #BE7BAC
Black with #BE7BAC
Text Example
Text Example
White with #BE7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BAC; }
p { color: rgb(190,123,172); }
H1.HeaderClassName
{
color: #BE7BAC;
}
.AnyTagClassName
{
color: #BE7BAC;
}
</style>
background-color css
<style>
a { background-color: #BE7BAC; }
a { background-color: rgb(190,123,172); }
div.DivClassName
{
background-color: #BE7BAC;
}
.BgClassName
{
background-color: #BE7BAC;
}
</style>
border-color css
<style>
span { border-color: #BE7BAC; }
span { border-color: rgb(190,123,172); }
td.TdClassName
{
border-color: #BE7BAC;
}
.TagClassName
{
border-color: #BE7BAC;
}
</style>