Shades of Bouquet #BE70A6
Tints of Bouquet #BE70A6
RGB
CMYK
RGB Variations
Color information
#BE70A6 (or 0xBE70A6) is known color: Bouquet. HEX triplet: BE, 70 and A6. RGB value is (190,112,166). Sum of RGB (Red+Green+Blue) = 190+112+166=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70A6 is #418F59. Grayscale: #8D8D8D. Windows color (decimal): -4296538 or 10907838. OLE color: 10907838.
HSL color Cylindrical-coordinate representation of color #BE70A6: hue angle of 318.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE70A6 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 166 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.25 |
| HSL | 318.46º | 0.38% | 0.59% | - |
| HSV(B) | 318.46º | 0.41% | 0.75% | - |
| XYZ | 33.91 | 25.29 | 39.17 | - |
| YUV | 141.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 166 | 0 | 0.41 | 0.13 | 0.25 | 318.46 | 0.38 | 0.59 |
| Hex | BE | 70 | A6 | 0 | 29 | D | 19 | 13E | 26 | 3B |
| Octal | 276 | 160 | 246 | 0 | 51 | 15 | 31 | 476 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10100110 | 0 | 101001 | 1101 | 11001 | 100111110 | 100110 | 111011 |
Color Harmonies of #BE70A6
Complementary color
Monochromatic Colors of #BE70A6
Black with #BE70A6
Text Example
Text Example
White with #BE70A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70A6; }
p { color: rgb(190,112,166); }
H1.HeaderClassName
{
color: #BE70A6;
}
.AnyTagClassName
{
color: #BE70A6;
}
</style>
background-color css
<style>
a { background-color: #BE70A6; }
a { background-color: rgb(190,112,166); }
div.DivClassName
{
background-color: #BE70A6;
}
.BgClassName
{
background-color: #BE70A6;
}
</style>
border-color css
<style>
span { border-color: #BE70A6; }
span { border-color: rgb(190,112,166); }
td.TdClassName
{
border-color: #BE70A6;
}
.TagClassName
{
border-color: #BE70A6;
}
</style>