Shades of Bouquet #BE6EAC
Tints of Bouquet #BE6EAC
RGB
CMYK
RGB Variations
Color information
#BE6EAC (or 0xBE6EAC) is known color: Bouquet. HEX triplet: BE, 6E and AC. RGB value is (190,110,172). Sum of RGB (Red+Green+Blue) = 190+110+172=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6EAC is #419153. Grayscale: #8C8C8C. Windows color (decimal): -4297044 or 11300542. OLE color: 11300542.
HSL color Cylindrical-coordinate representation of color #BE6EAC: hue angle of 313.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6EAC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 172 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.25 |
| HSL | 313.5º | 0.38% | 0.59% | - |
| HSV(B) | 313.5º | 0.42% | 0.75% | - |
| XYZ | 34.26 | 25.08 | 42.06 | - |
| YUV | 140.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 172 | 0 | 0.42 | 0.09 | 0.25 | 313.5 | 0.38 | 0.59 |
| Hex | BE | 6E | AC | 0 | 2A | 9 | 19 | 13A | 26 | 3B |
| Octal | 276 | 156 | 254 | 0 | 52 | 11 | 31 | 472 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10101100 | 0 | 101010 | 1001 | 11001 | 100111010 | 100110 | 111011 |
Color Harmonies of #BE6EAC
Complementary color
Monochromatic Colors of #BE6EAC
Black with #BE6EAC
Text Example
Text Example
White with #BE6EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EAC; }
p { color: rgb(190,110,172); }
H1.HeaderClassName
{
color: #BE6EAC;
}
.AnyTagClassName
{
color: #BE6EAC;
}
</style>
background-color css
<style>
a { background-color: #BE6EAC; }
a { background-color: rgb(190,110,172); }
div.DivClassName
{
background-color: #BE6EAC;
}
.BgClassName
{
background-color: #BE6EAC;
}
</style>
border-color css
<style>
span { border-color: #BE6EAC; }
span { border-color: rgb(190,110,172); }
td.TdClassName
{
border-color: #BE6EAC;
}
.TagClassName
{
border-color: #BE6EAC;
}
</style>