Shades of Bouquet #BE81A2
Tints of Bouquet #BE81A2
RGB
CMYK
RGB Variations
Color information
#BE81A2 (or 0xBE81A2) is known color: Bouquet. HEX triplet: BE, 81 and A2. RGB value is (190,129,162). Sum of RGB (Red+Green+Blue) = 190+129+162=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE81A2 is #417E5D. Grayscale: #969696. Windows color (decimal): -4292190 or 10650046. OLE color: 10650046.
HSL color Cylindrical-coordinate representation of color #BE81A2: hue angle of 327.54º 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 #BE81A2 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 162 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.25 |
| HSL | 327.54º | 0.32% | 0.63% | - |
| HSV(B) | 327.54º | 0.32% | 0.75% | - |
| XYZ | 35.61 | 29.26 | 37.95 | - |
| YUV | 151 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 162 | 0 | 0.32 | 0.15 | 0.25 | 327.54 | 0.32 | 0.63 |
| Hex | BE | 81 | A2 | 0 | 20 | F | 19 | 148 | 20 | 3F |
| Octal | 276 | 201 | 242 | 0 | 40 | 17 | 31 | 510 | 40 | 77 |
| Binary | 10111110 | 10000001 | 10100010 | 0 | 100000 | 1111 | 11001 | 101001000 | 100000 | 111111 |
Color Harmonies of #BE81A2
Complementary color
Monochromatic Colors of #BE81A2
Black with #BE81A2
Text Example
Text Example
White with #BE81A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81A2; }
p { color: rgb(190,129,162); }
H1.HeaderClassName
{
color: #BE81A2;
}
.AnyTagClassName
{
color: #BE81A2;
}
</style>
background-color css
<style>
a { background-color: #BE81A2; }
a { background-color: rgb(190,129,162); }
div.DivClassName
{
background-color: #BE81A2;
}
.BgClassName
{
background-color: #BE81A2;
}
</style>
border-color css
<style>
span { border-color: #BE81A2; }
span { border-color: rgb(190,129,162); }
td.TdClassName
{
border-color: #BE81A2;
}
.TagClassName
{
border-color: #BE81A2;
}
</style>