Shades of Bouquet #BE83A8
Tints of Bouquet #BE83A8
RGB
CMYK
RGB Variations
Color information
#BE83A8 (or 0xBE83A8) is known color: Bouquet. HEX triplet: BE, 83 and A8. RGB value is (190,131,168). Sum of RGB (Red+Green+Blue) = 190+131+168=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A8 is #417C57. Grayscale: #989898. Windows color (decimal): -4291672 or 11043774. OLE color: 11043774.
HSL color Cylindrical-coordinate representation of color #BE83A8: hue angle of 322.37º 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 #BE83A8 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 168 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.25 |
| HSL | 322.37º | 0.31% | 0.63% | - |
| HSV(B) | 322.37º | 0.31% | 0.75% | - |
| XYZ | 36.42 | 30.01 | 40.92 | - |
| YUV | 152.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 168 | 0 | 0.31 | 0.12 | 0.25 | 322.37 | 0.31 | 0.63 |
| Hex | BE | 83 | A8 | 0 | 1F | C | 19 | 142 | 1F | 3F |
| Octal | 276 | 203 | 250 | 0 | 37 | 14 | 31 | 502 | 37 | 77 |
| Binary | 10111110 | 10000011 | 10101000 | 0 | 11111 | 1100 | 11001 | 101000010 | 11111 | 111111 |
Color Harmonies of #BE83A8
Complementary color
Monochromatic Colors of #BE83A8
Black with #BE83A8
Text Example
Text Example
White with #BE83A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83A8; }
p { color: rgb(190,131,168); }
H1.HeaderClassName
{
color: #BE83A8;
}
.AnyTagClassName
{
color: #BE83A8;
}
</style>
background-color css
<style>
a { background-color: #BE83A8; }
a { background-color: rgb(190,131,168); }
div.DivClassName
{
background-color: #BE83A8;
}
.BgClassName
{
background-color: #BE83A8;
}
</style>
border-color css
<style>
span { border-color: #BE83A8; }
span { border-color: rgb(190,131,168); }
td.TdClassName
{
border-color: #BE83A8;
}
.TagClassName
{
border-color: #BE83A8;
}
</style>