Shades of Bouquet #BE6FA6
Tints of Bouquet #BE6FA6
RGB
CMYK
RGB Variations
Color information
#BE6FA6 (or 0xBE6FA6) is known color: Bouquet. HEX triplet: BE, 6F and A6. RGB value is (190,111,166). Sum of RGB (Red+Green+Blue) = 190+111+166=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FA6 is #419059. Grayscale: #8C8C8C. Windows color (decimal): -4296794 or 10907582. OLE color: 10907582.
HSL color Cylindrical-coordinate representation of color #BE6FA6: hue angle of 318.23º 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 #BE6FA6 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 166 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.25 |
| HSL | 318.23º | 0.38% | 0.59% | - |
| HSV(B) | 318.23º | 0.42% | 0.75% | - |
| XYZ | 33.8 | 25.07 | 39.13 | - |
| YUV | 140.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 166 | 0 | 0.42 | 0.13 | 0.25 | 318.23 | 0.38 | 0.59 |
| Hex | BE | 6F | A6 | 0 | 2A | D | 19 | 13E | 26 | 3B |
| Octal | 276 | 157 | 246 | 0 | 52 | 15 | 31 | 476 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10100110 | 0 | 101010 | 1101 | 11001 | 100111110 | 100110 | 111011 |
Color Harmonies of #BE6FA6
Complementary color
Monochromatic Colors of #BE6FA6
Black with #BE6FA6
Text Example
Text Example
White with #BE6FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FA6; }
p { color: rgb(190,111,166); }
H1.HeaderClassName
{
color: #BE6FA6;
}
.AnyTagClassName
{
color: #BE6FA6;
}
</style>
background-color css
<style>
a { background-color: #BE6FA6; }
a { background-color: rgb(190,111,166); }
div.DivClassName
{
background-color: #BE6FA6;
}
.BgClassName
{
background-color: #BE6FA6;
}
</style>
border-color css
<style>
span { border-color: #BE6FA6; }
span { border-color: rgb(190,111,166); }
td.TdClassName
{
border-color: #BE6FA6;
}
.TagClassName
{
border-color: #BE6FA6;
}
</style>