Shades of Bouquet #BE78A9
Tints of Bouquet #BE78A9
RGB
CMYK
RGB Variations
Color information
#BE78A9 (or 0xBE78A9) is known color: Bouquet. HEX triplet: BE, 78 and A9. RGB value is (190,120,169). Sum of RGB (Red+Green+Blue) = 190+120+169=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78A9 is #418756. Grayscale: #929292. Windows color (decimal): -4294487 or 11106494. OLE color: 11106494.
HSL color Cylindrical-coordinate representation of color #BE78A9: hue angle of 318º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE78A9 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 169 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.25 |
| HSL | 318º | 0.35% | 0.61% | - |
| HSV(B) | 318º | 0.37% | 0.75% | - |
| XYZ | 35.11 | 27.24 | 40.94 | - |
| YUV | 146.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 169 | 0 | 0.37 | 0.11 | 0.25 | 318 | 0.35 | 0.61 |
| Hex | BE | 78 | A9 | 0 | 25 | B | 19 | 13E | 23 | 3D |
| Octal | 276 | 170 | 251 | 0 | 45 | 13 | 31 | 476 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10101001 | 0 | 100101 | 1011 | 11001 | 100111110 | 100011 | 111101 |
Color Harmonies of #BE78A9
Complementary color
Monochromatic Colors of #BE78A9
Black with #BE78A9
Text Example
Text Example
White with #BE78A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78A9; }
p { color: rgb(190,120,169); }
H1.HeaderClassName
{
color: #BE78A9;
}
.AnyTagClassName
{
color: #BE78A9;
}
</style>
background-color css
<style>
a { background-color: #BE78A9; }
a { background-color: rgb(190,120,169); }
div.DivClassName
{
background-color: #BE78A9;
}
.BgClassName
{
background-color: #BE78A9;
}
</style>
border-color css
<style>
span { border-color: #BE78A9; }
span { border-color: rgb(190,120,169); }
td.TdClassName
{
border-color: #BE78A9;
}
.TagClassName
{
border-color: #BE78A9;
}
</style>