Shades of Bouquet #BE76AB
Tints of Bouquet #BE76AB
RGB
CMYK
RGB Variations
Color information
#BE76AB (or 0xBE76AB) is known color: Bouquet. HEX triplet: BE, 76 and AB. RGB value is (190,118,171). Sum of RGB (Red+Green+Blue) = 190+118+171=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76AB is #418954. Grayscale: #919191. Windows color (decimal): -4294997 or 11237054. OLE color: 11237054.
HSL color Cylindrical-coordinate representation of color #BE76AB: hue angle of 315.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE76AB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 171 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.25 |
| HSL | 315.83º | 0.36% | 0.6% | - |
| HSV(B) | 315.83º | 0.38% | 0.75% | - |
| XYZ | 35.06 | 26.84 | 41.86 | - |
| YUV | 145.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 171 | 0 | 0.38 | 0.10 | 0.25 | 315.83 | 0.36 | 0.6 |
| Hex | BE | 76 | AB | 0 | 26 | A | 19 | 13C | 24 | 3C |
| Octal | 276 | 166 | 253 | 0 | 46 | 12 | 31 | 474 | 44 | 74 |
| Binary | 10111110 | 1110110 | 10101011 | 0 | 100110 | 1010 | 11001 | 100111100 | 100100 | 111100 |
Color Harmonies of #BE76AB
Complementary color
Monochromatic Colors of #BE76AB
Black with #BE76AB
Text Example
Text Example
White with #BE76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76AB; }
p { color: rgb(190,118,171); }
H1.HeaderClassName
{
color: #BE76AB;
}
.AnyTagClassName
{
color: #BE76AB;
}
</style>
background-color css
<style>
a { background-color: #BE76AB; }
a { background-color: rgb(190,118,171); }
div.DivClassName
{
background-color: #BE76AB;
}
.BgClassName
{
background-color: #BE76AB;
}
</style>
border-color css
<style>
span { border-color: #BE76AB; }
span { border-color: rgb(190,118,171); }
td.TdClassName
{
border-color: #BE76AB;
}
.TagClassName
{
border-color: #BE76AB;
}
</style>