Shades of Bouquet #BE6BA7
Tints of Bouquet #BE6BA7
RGB
CMYK
RGB Variations
Color information
#BE6BA7 (or 0xBE6BA7) is known color: Bouquet. HEX triplet: BE, 6B and A7. RGB value is (190,107,167). Sum of RGB (Red+Green+Blue) = 190+107+167=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA7 is #419458. Grayscale: #8A8A8A. Windows color (decimal): -4297817 or 10972094. OLE color: 10972094.
HSL color Cylindrical-coordinate representation of color #BE6BA7: hue angle of 316.63º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6BA7 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 167 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.25 |
| HSL | 316.63º | 0.39% | 0.58% | - |
| HSV(B) | 316.63º | 0.44% | 0.75% | - |
| XYZ | 33.47 | 24.25 | 39.48 | - |
| YUV | 138.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 167 | 0 | 0.44 | 0.12 | 0.25 | 316.63 | 0.39 | 0.58 |
| Hex | BE | 6B | A7 | 0 | 2C | C | 19 | 13D | 27 | 3A |
| Octal | 276 | 153 | 247 | 0 | 54 | 14 | 31 | 475 | 47 | 72 |
| Binary | 10111110 | 1101011 | 10100111 | 0 | 101100 | 1100 | 11001 | 100111101 | 100111 | 111010 |
Color Harmonies of #BE6BA7
Complementary color
Monochromatic Colors of #BE6BA7
Black with #BE6BA7
Text Example
Text Example
White with #BE6BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6BA7; }
p { color: rgb(190,107,167); }
H1.HeaderClassName
{
color: #BE6BA7;
}
.AnyTagClassName
{
color: #BE6BA7;
}
</style>
background-color css
<style>
a { background-color: #BE6BA7; }
a { background-color: rgb(190,107,167); }
div.DivClassName
{
background-color: #BE6BA7;
}
.BgClassName
{
background-color: #BE6BA7;
}
</style>
border-color css
<style>
span { border-color: #BE6BA7; }
span { border-color: rgb(190,107,167); }
td.TdClassName
{
border-color: #BE6BA7;
}
.TagClassName
{
border-color: #BE6BA7;
}
</style>