Shades of Bouquet #BE6EA4
Tints of Bouquet #BE6EA4
RGB
CMYK
RGB Variations
Color information
#BE6EA4 (or 0xBE6EA4) is known color: Bouquet. HEX triplet: BE, 6E and A4. RGB value is (190,110,164). Sum of RGB (Red+Green+Blue) = 190+110+164=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6EA4 is #41915B. Grayscale: #8B8B8B. Windows color (decimal): -4297052 or 10776254. OLE color: 10776254.
HSL color Cylindrical-coordinate representation of color #BE6EA4: hue angle of 319.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 #BE6EA4 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 164 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.25 |
| HSL | 319.5º | 0.38% | 0.59% | - |
| HSV(B) | 319.5º | 0.42% | 0.75% | - |
| XYZ | 33.51 | 24.78 | 38.14 | - |
| YUV | 140.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 164 | 0 | 0.42 | 0.14 | 0.25 | 319.5 | 0.38 | 0.59 |
| Hex | BE | 6E | A4 | 0 | 2A | E | 19 | 140 | 26 | 3B |
| Octal | 276 | 156 | 244 | 0 | 52 | 16 | 31 | 500 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10100100 | 0 | 101010 | 1110 | 11001 | 101000000 | 100110 | 111011 |
Color Harmonies of #BE6EA4
Complementary color
Monochromatic Colors of #BE6EA4
Black with #BE6EA4
Text Example
Text Example
White with #BE6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EA4; }
p { color: rgb(190,110,164); }
H1.HeaderClassName
{
color: #BE6EA4;
}
.AnyTagClassName
{
color: #BE6EA4;
}
</style>
background-color css
<style>
a { background-color: #BE6EA4; }
a { background-color: rgb(190,110,164); }
div.DivClassName
{
background-color: #BE6EA4;
}
.BgClassName
{
background-color: #BE6EA4;
}
</style>
border-color css
<style>
span { border-color: #BE6EA4; }
span { border-color: rgb(190,110,164); }
td.TdClassName
{
border-color: #BE6EA4;
}
.TagClassName
{
border-color: #BE6EA4;
}
</style>