Shades of Bouquet #BE73AB
Tints of Bouquet #BE73AB
RGB
CMYK
RGB Variations
Color information
#BE73AB (or 0xBE73AB) is known color: Bouquet. HEX triplet: BE, 73 and AB. RGB value is (190,115,171). Sum of RGB (Red+Green+Blue) = 190+115+171=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73AB is #418C54. Grayscale: #8F8F8F. Windows color (decimal): -4295765 or 11236286. OLE color: 11236286.
HSL color Cylindrical-coordinate representation of color #BE73AB: hue angle of 315.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE73AB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 171 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.25 |
| HSL | 315.2º | 0.37% | 0.6% | - |
| HSV(B) | 315.2º | 0.39% | 0.75% | - |
| XYZ | 34.72 | 26.15 | 41.75 | - |
| YUV | 143.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 171 | 0 | 0.39 | 0.10 | 0.25 | 315.2 | 0.37 | 0.6 |
| Hex | BE | 73 | AB | 0 | 27 | A | 19 | 13B | 25 | 3C |
| Octal | 276 | 163 | 253 | 0 | 47 | 12 | 31 | 473 | 45 | 74 |
| Binary | 10111110 | 1110011 | 10101011 | 0 | 100111 | 1010 | 11001 | 100111011 | 100101 | 111100 |
Color Harmonies of #BE73AB
Complementary color
Monochromatic Colors of #BE73AB
Black with #BE73AB
Text Example
Text Example
White with #BE73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73AB; }
p { color: rgb(190,115,171); }
H1.HeaderClassName
{
color: #BE73AB;
}
.AnyTagClassName
{
color: #BE73AB;
}
</style>
background-color css
<style>
a { background-color: #BE73AB; }
a { background-color: rgb(190,115,171); }
div.DivClassName
{
background-color: #BE73AB;
}
.BgClassName
{
background-color: #BE73AB;
}
</style>
border-color css
<style>
span { border-color: #BE73AB; }
span { border-color: rgb(190,115,171); }
td.TdClassName
{
border-color: #BE73AB;
}
.TagClassName
{
border-color: #BE73AB;
}
</style>