Shades of Bouquet #BE83A6
Tints of Bouquet #BE83A6
RGB
CMYK
RGB Variations
Color information
#BE83A6 (or 0xBE83A6) is known color: Bouquet. HEX triplet: BE, 83 and A6. RGB value is (190,131,166). Sum of RGB (Red+Green+Blue) = 190+131+166=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A6 is #417C59. Grayscale: #989898. Windows color (decimal): -4291674 or 10912702. OLE color: 10912702.
HSL color Cylindrical-coordinate representation of color #BE83A6: hue angle of 324.41º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE83A6 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 166 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.25 |
| HSL | 324.41º | 0.31% | 0.63% | - |
| HSV(B) | 324.41º | 0.31% | 0.75% | - |
| XYZ | 36.23 | 29.93 | 39.94 | - |
| YUV | 152.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 166 | 0 | 0.31 | 0.13 | 0.25 | 324.41 | 0.31 | 0.63 |
| Hex | BE | 83 | A6 | 0 | 1F | D | 19 | 144 | 1F | 3F |
| Octal | 276 | 203 | 246 | 0 | 37 | 15 | 31 | 504 | 37 | 77 |
| Binary | 10111110 | 10000011 | 10100110 | 0 | 11111 | 1101 | 11001 | 101000100 | 11111 | 111111 |
Color Harmonies of #BE83A6
Complementary color
Monochromatic Colors of #BE83A6
Black with #BE83A6
Text Example
Text Example
White with #BE83A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83A6; }
p { color: rgb(190,131,166); }
H1.HeaderClassName
{
color: #BE83A6;
}
.AnyTagClassName
{
color: #BE83A6;
}
</style>
background-color css
<style>
a { background-color: #BE83A6; }
a { background-color: rgb(190,131,166); }
div.DivClassName
{
background-color: #BE83A6;
}
.BgClassName
{
background-color: #BE83A6;
}
</style>
border-color css
<style>
span { border-color: #BE83A6; }
span { border-color: rgb(190,131,166); }
td.TdClassName
{
border-color: #BE83A6;
}
.TagClassName
{
border-color: #BE83A6;
}
</style>