Shades of Bouquet #BE78AB
Tints of Bouquet #BE78AB
RGB
CMYK
RGB Variations
Color information
#BE78AB (or 0xBE78AB) is known color: Bouquet. HEX triplet: BE, 78 and AB. RGB value is (190,120,171). Sum of RGB (Red+Green+Blue) = 190+120+171=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78AB is #418754. Grayscale: #929292. Windows color (decimal): -4294485 or 11237566. OLE color: 11237566.
HSL color Cylindrical-coordinate representation of color #BE78AB: hue angle of 316.29º 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 #BE78AB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 171 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.25 |
| HSL | 316.29º | 0.35% | 0.61% | - |
| HSV(B) | 316.29º | 0.37% | 0.75% | - |
| XYZ | 35.3 | 27.32 | 41.94 | - |
| YUV | 146.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 171 | 0 | 0.37 | 0.10 | 0.25 | 316.29 | 0.35 | 0.61 |
| Hex | BE | 78 | AB | 0 | 25 | A | 19 | 13C | 23 | 3D |
| Octal | 276 | 170 | 253 | 0 | 45 | 12 | 31 | 474 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10101011 | 0 | 100101 | 1010 | 11001 | 100111100 | 100011 | 111101 |
Color Harmonies of #BE78AB
Complementary color
Monochromatic Colors of #BE78AB
Black with #BE78AB
Text Example
Text Example
White with #BE78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78AB; }
p { color: rgb(190,120,171); }
H1.HeaderClassName
{
color: #BE78AB;
}
.AnyTagClassName
{
color: #BE78AB;
}
</style>
background-color css
<style>
a { background-color: #BE78AB; }
a { background-color: rgb(190,120,171); }
div.DivClassName
{
background-color: #BE78AB;
}
.BgClassName
{
background-color: #BE78AB;
}
</style>
border-color css
<style>
span { border-color: #BE78AB; }
span { border-color: rgb(190,120,171); }
td.TdClassName
{
border-color: #BE78AB;
}
.TagClassName
{
border-color: #BE78AB;
}
</style>