Shades of Bouquet #BE71AB
Tints of Bouquet #BE71AB
RGB
CMYK
RGB Variations
Color information
#BE71AB (or 0xBE71AB) is known color: Bouquet. HEX triplet: BE, 71 and AB. RGB value is (190,113,171). Sum of RGB (Red+Green+Blue) = 190+113+171=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71AB is #418E54. Grayscale: #8E8E8E. Windows color (decimal): -4296277 or 11235774. OLE color: 11235774.
HSL color Cylindrical-coordinate representation of color #BE71AB: hue angle of 314.81º degrees, saturation: 0.37, 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 #BE71AB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 171 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.25 |
| HSL | 314.81º | 0.37% | 0.59% | - |
| HSV(B) | 314.81º | 0.41% | 0.75% | - |
| XYZ | 34.49 | 25.7 | 41.67 | - |
| YUV | 142.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 171 | 0 | 0.41 | 0.10 | 0.25 | 314.81 | 0.37 | 0.59 |
| Hex | BE | 71 | AB | 0 | 29 | A | 19 | 13B | 25 | 3B |
| Octal | 276 | 161 | 253 | 0 | 51 | 12 | 31 | 473 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10101011 | 0 | 101001 | 1010 | 11001 | 100111011 | 100101 | 111011 |
Color Harmonies of #BE71AB
Complementary color
Monochromatic Colors of #BE71AB
Black with #BE71AB
Text Example
Text Example
White with #BE71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71AB; }
p { color: rgb(190,113,171); }
H1.HeaderClassName
{
color: #BE71AB;
}
.AnyTagClassName
{
color: #BE71AB;
}
</style>
background-color css
<style>
a { background-color: #BE71AB; }
a { background-color: rgb(190,113,171); }
div.DivClassName
{
background-color: #BE71AB;
}
.BgClassName
{
background-color: #BE71AB;
}
</style>
border-color css
<style>
span { border-color: #BE71AB; }
span { border-color: rgb(190,113,171); }
td.TdClassName
{
border-color: #BE71AB;
}
.TagClassName
{
border-color: #BE71AB;
}
</style>