Shades of Bouquet #BE7FAB
Tints of Bouquet #BE7FAB
RGB
CMYK
RGB Variations
Color information
#BE7FAB (or 0xBE7FAB) is known color: Bouquet. HEX triplet: BE, 7F and AB. RGB value is (190,127,171). Sum of RGB (Red+Green+Blue) = 190+127+171=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FAB is #418054. Grayscale: #969696. Windows color (decimal): -4292693 or 11239358. OLE color: 11239358.
HSL color Cylindrical-coordinate representation of color #BE7FAB: hue angle of 318.1º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7FAB is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 171 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.25 |
| HSL | 318.1º | 0.33% | 0.62% | - |
| HSV(B) | 318.1º | 0.33% | 0.75% | - |
| XYZ | 36.18 | 29.07 | 42.23 | - |
| YUV | 150.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 171 | 0 | 0.33 | 0.10 | 0.25 | 318.1 | 0.33 | 0.62 |
| Hex | BE | 7F | AB | 0 | 21 | A | 19 | 13E | 21 | 3E |
| Octal | 276 | 177 | 253 | 0 | 41 | 12 | 31 | 476 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10101011 | 0 | 100001 | 1010 | 11001 | 100111110 | 100001 | 111110 |
Color Harmonies of #BE7FAB
Complementary color
Monochromatic Colors of #BE7FAB
Black with #BE7FAB
Text Example
Text Example
White with #BE7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7FAB; }
p { color: rgb(190,127,171); }
H1.HeaderClassName
{
color: #BE7FAB;
}
.AnyTagClassName
{
color: #BE7FAB;
}
</style>
background-color css
<style>
a { background-color: #BE7FAB; }
a { background-color: rgb(190,127,171); }
div.DivClassName
{
background-color: #BE7FAB;
}
.BgClassName
{
background-color: #BE7FAB;
}
</style>
border-color css
<style>
span { border-color: #BE7FAB; }
span { border-color: rgb(190,127,171); }
td.TdClassName
{
border-color: #BE7FAB;
}
.TagClassName
{
border-color: #BE7FAB;
}
</style>