Shades of Bouquet #BE6EA5
Tints of Bouquet #BE6EA5
RGB
CMYK
RGB Variations
Color information
#BE6EA5 (or 0xBE6EA5) is known color: Bouquet. HEX triplet: BE, 6E and A5. RGB value is (190,110,165). Sum of RGB (Red+Green+Blue) = 190+110+165=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6EA5 is #41915A. Grayscale: #8C8C8C. Windows color (decimal): -4297051 or 10841790. OLE color: 10841790.
HSL color Cylindrical-coordinate representation of color #BE6EA5: hue angle of 318.75º 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 #BE6EA5 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 165 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.25 |
| HSL | 318.75º | 0.38% | 0.59% | - |
| HSV(B) | 318.75º | 0.42% | 0.75% | - |
| XYZ | 33.6 | 24.82 | 38.62 | - |
| YUV | 140.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 165 | 0 | 0.42 | 0.13 | 0.25 | 318.75 | 0.38 | 0.59 |
| Hex | BE | 6E | A5 | 0 | 2A | D | 19 | 13F | 26 | 3B |
| Octal | 276 | 156 | 245 | 0 | 52 | 15 | 31 | 477 | 46 | 73 |
| Binary | 10111110 | 1101110 | 10100101 | 0 | 101010 | 1101 | 11001 | 100111111 | 100110 | 111011 |
Color Harmonies of #BE6EA5
Complementary color
Monochromatic Colors of #BE6EA5
Black with #BE6EA5
Text Example
Text Example
White with #BE6EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EA5; }
p { color: rgb(190,110,165); }
H1.HeaderClassName
{
color: #BE6EA5;
}
.AnyTagClassName
{
color: #BE6EA5;
}
</style>
background-color css
<style>
a { background-color: #BE6EA5; }
a { background-color: rgb(190,110,165); }
div.DivClassName
{
background-color: #BE6EA5;
}
.BgClassName
{
background-color: #BE6EA5;
}
</style>
border-color css
<style>
span { border-color: #BE6EA5; }
span { border-color: rgb(190,110,165); }
td.TdClassName
{
border-color: #BE6EA5;
}
.TagClassName
{
border-color: #BE6EA5;
}
</style>