Shades of Bouquet #BE7FA6
Tints of Bouquet #BE7FA6
RGB
CMYK
RGB Variations
Color information
#BE7FA6 (or 0xBE7FA6) is known color: Bouquet. HEX triplet: BE, 7F and A6. RGB value is (190,127,166). Sum of RGB (Red+Green+Blue) = 190+127+166=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FA6 is #418059. Grayscale: #969696. Windows color (decimal): -4292698 or 10911678. OLE color: 10911678.
HSL color Cylindrical-coordinate representation of color #BE7FA6: hue angle of 322.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7FA6 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 166 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.25 |
| HSL | 322.86º | 0.33% | 0.62% | - |
| HSV(B) | 322.86º | 0.33% | 0.75% | - |
| XYZ | 35.71 | 28.88 | 39.77 | - |
| YUV | 150.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 166 | 0 | 0.33 | 0.13 | 0.25 | 322.86 | 0.33 | 0.62 |
| Hex | BE | 7F | A6 | 0 | 21 | D | 19 | 143 | 21 | 3E |
| Octal | 276 | 177 | 246 | 0 | 41 | 15 | 31 | 503 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10100110 | 0 | 100001 | 1101 | 11001 | 101000011 | 100001 | 111110 |
Color Harmonies of #BE7FA6
Complementary color
Monochromatic Colors of #BE7FA6
Black with #BE7FA6
Text Example
Text Example
White with #BE7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7FA6; }
p { color: rgb(190,127,166); }
H1.HeaderClassName
{
color: #BE7FA6;
}
.AnyTagClassName
{
color: #BE7FA6;
}
</style>
background-color css
<style>
a { background-color: #BE7FA6; }
a { background-color: rgb(190,127,166); }
div.DivClassName
{
background-color: #BE7FA6;
}
.BgClassName
{
background-color: #BE7FA6;
}
</style>
border-color css
<style>
span { border-color: #BE7FA6; }
span { border-color: rgb(190,127,166); }
td.TdClassName
{
border-color: #BE7FA6;
}
.TagClassName
{
border-color: #BE7FA6;
}
</style>