Shades of Bouquet #BE68A8
Tints of Bouquet #BE68A8
RGB
CMYK
RGB Variations
Color information
#BE68A8 (or 0xBE68A8) is known color: Bouquet. HEX triplet: BE, 68 and A8. RGB value is (190,104,168). Sum of RGB (Red+Green+Blue) = 190+104+168=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68A8 is #419757. Grayscale: #888888. Windows color (decimal): -4298584 or 11036862. OLE color: 11036862.
HSL color Cylindrical-coordinate representation of color #BE68A8: hue angle of 315.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE68A8 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 168 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.25 |
| HSL | 315.35º | 0.4% | 0.58% | - |
| HSV(B) | 315.35º | 0.45% | 0.75% | - |
| XYZ | 33.25 | 23.67 | 39.86 | - |
| YUV | 137.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 168 | 0 | 0.45 | 0.12 | 0.25 | 315.35 | 0.4 | 0.58 |
| Hex | BE | 68 | A8 | 0 | 2D | C | 19 | 13B | 28 | 3A |
| Octal | 276 | 150 | 250 | 0 | 55 | 14 | 31 | 473 | 50 | 72 |
| Binary | 10111110 | 1101000 | 10101000 | 0 | 101101 | 1100 | 11001 | 100111011 | 101000 | 111010 |
Color Harmonies of #BE68A8
Complementary color
Monochromatic Colors of #BE68A8
Black with #BE68A8
Text Example
Text Example
White with #BE68A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68A8; }
p { color: rgb(190,104,168); }
H1.HeaderClassName
{
color: #BE68A8;
}
.AnyTagClassName
{
color: #BE68A8;
}
</style>
background-color css
<style>
a { background-color: #BE68A8; }
a { background-color: rgb(190,104,168); }
div.DivClassName
{
background-color: #BE68A8;
}
.BgClassName
{
background-color: #BE68A8;
}
</style>
border-color css
<style>
span { border-color: #BE68A8; }
span { border-color: rgb(190,104,168); }
td.TdClassName
{
border-color: #BE68A8;
}
.TagClassName
{
border-color: #BE68A8;
}
</style>