Shades of Bouquet #BE70A7
Tints of Bouquet #BE70A7
RGB
CMYK
RGB Variations
Color information
#BE70A7 (or 0xBE70A7) is known color: Bouquet. HEX triplet: BE, 70 and A7. RGB value is (190,112,167). Sum of RGB (Red+Green+Blue) = 190+112+167=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70A7 is #418F58. Grayscale: #8D8D8D. Windows color (decimal): -4296537 or 10973374. OLE color: 10973374.
HSL color Cylindrical-coordinate representation of color #BE70A7: hue angle of 317.69º 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 #BE70A7 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 167 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.25 |
| HSL | 317.69º | 0.38% | 0.59% | - |
| HSV(B) | 317.69º | 0.41% | 0.75% | - |
| XYZ | 34 | 25.33 | 39.66 | - |
| YUV | 141.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 167 | 0 | 0.41 | 0.12 | 0.25 | 317.69 | 0.38 | 0.59 |
| Hex | BE | 70 | A7 | 0 | 29 | C | 19 | 13E | 26 | 3B |
| Octal | 276 | 160 | 247 | 0 | 51 | 14 | 31 | 476 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10100111 | 0 | 101001 | 1100 | 11001 | 100111110 | 100110 | 111011 |
Color Harmonies of #BE70A7
Complementary color
Monochromatic Colors of #BE70A7
Black with #BE70A7
Text Example
Text Example
White with #BE70A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70A7; }
p { color: rgb(190,112,167); }
H1.HeaderClassName
{
color: #BE70A7;
}
.AnyTagClassName
{
color: #BE70A7;
}
</style>
background-color css
<style>
a { background-color: #BE70A7; }
a { background-color: rgb(190,112,167); }
div.DivClassName
{
background-color: #BE70A7;
}
.BgClassName
{
background-color: #BE70A7;
}
</style>
border-color css
<style>
span { border-color: #BE70A7; }
span { border-color: rgb(190,112,167); }
td.TdClassName
{
border-color: #BE70A7;
}
.TagClassName
{
border-color: #BE70A7;
}
</style>