Shades of Bouquet #BE81AB
Tints of Bouquet #BE81AB
RGB
CMYK
RGB Variations
Color information
#BE81AB (or 0xBE81AB) is known color: Bouquet. HEX triplet: BE, 81 and AB. RGB value is (190,129,171). Sum of RGB (Red+Green+Blue) = 190+129+171=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE81AB is #417E54. Grayscale: #979797. Windows color (decimal): -4292181 or 11239870. OLE color: 11239870.
HSL color Cylindrical-coordinate representation of color #BE81AB: hue angle of 318.69º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE81AB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 171 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.25 |
| HSL | 318.69º | 0.32% | 0.63% | - |
| HSV(B) | 318.69º | 0.32% | 0.75% | - |
| XYZ | 36.44 | 29.59 | 42.32 | - |
| YUV | 152.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 171 | 0 | 0.32 | 0.10 | 0.25 | 318.69 | 0.32 | 0.63 |
| Hex | BE | 81 | AB | 0 | 20 | A | 19 | 13F | 20 | 3F |
| Octal | 276 | 201 | 253 | 0 | 40 | 12 | 31 | 477 | 40 | 77 |
| Binary | 10111110 | 10000001 | 10101011 | 0 | 100000 | 1010 | 11001 | 100111111 | 100000 | 111111 |
Color Harmonies of #BE81AB
Complementary color
Monochromatic Colors of #BE81AB
Black with #BE81AB
Text Example
Text Example
White with #BE81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81AB; }
p { color: rgb(190,129,171); }
H1.HeaderClassName
{
color: #BE81AB;
}
.AnyTagClassName
{
color: #BE81AB;
}
</style>
background-color css
<style>
a { background-color: #BE81AB; }
a { background-color: rgb(190,129,171); }
div.DivClassName
{
background-color: #BE81AB;
}
.BgClassName
{
background-color: #BE81AB;
}
</style>
border-color css
<style>
span { border-color: #BE81AB; }
span { border-color: rgb(190,129,171); }
td.TdClassName
{
border-color: #BE81AB;
}
.TagClassName
{
border-color: #BE81AB;
}
</style>