Shades of Bouquet #BE70A5
Tints of Bouquet #BE70A5
RGB
CMYK
RGB Variations
Color information
#BE70A5 (or 0xBE70A5) is known color: Bouquet. HEX triplet: BE, 70 and A5. RGB value is (190,112,165). Sum of RGB (Red+Green+Blue) = 190+112+165=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70A5 is #418F5A. Grayscale: #8D8D8D. Windows color (decimal): -4296539 or 10842302. OLE color: 10842302.
HSL color Cylindrical-coordinate representation of color #BE70A5: hue angle of 319.23º 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 #BE70A5 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 165 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.25 |
| HSL | 319.23º | 0.38% | 0.59% | - |
| HSV(B) | 319.23º | 0.41% | 0.75% | - |
| XYZ | 33.82 | 25.25 | 38.69 | - |
| YUV | 141.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 165 | 0 | 0.41 | 0.13 | 0.25 | 319.23 | 0.38 | 0.59 |
| Hex | BE | 70 | A5 | 0 | 29 | D | 19 | 13F | 26 | 3B |
| Octal | 276 | 160 | 245 | 0 | 51 | 15 | 31 | 477 | 46 | 73 |
| Binary | 10111110 | 1110000 | 10100101 | 0 | 101001 | 1101 | 11001 | 100111111 | 100110 | 111011 |
Color Harmonies of #BE70A5
Complementary color
Monochromatic Colors of #BE70A5
Black with #BE70A5
Text Example
Text Example
White with #BE70A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70A5; }
p { color: rgb(190,112,165); }
H1.HeaderClassName
{
color: #BE70A5;
}
.AnyTagClassName
{
color: #BE70A5;
}
</style>
background-color css
<style>
a { background-color: #BE70A5; }
a { background-color: rgb(190,112,165); }
div.DivClassName
{
background-color: #BE70A5;
}
.BgClassName
{
background-color: #BE70A5;
}
</style>
border-color css
<style>
span { border-color: #BE70A5; }
span { border-color: rgb(190,112,165); }
td.TdClassName
{
border-color: #BE70A5;
}
.TagClassName
{
border-color: #BE70A5;
}
</style>