Shades of Bouquet #BE6CAB
Tints of Bouquet #BE6CAB
RGB
CMYK
RGB Variations
Color information
#BE6CAB (or 0xBE6CAB) is known color: Bouquet. HEX triplet: BE, 6C and AB. RGB value is (190,108,171). Sum of RGB (Red+Green+Blue) = 190+108+171=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CAB is #419354. Grayscale: #8B8B8B. Windows color (decimal): -4297557 or 11234494. OLE color: 11234494.
HSL color Cylindrical-coordinate representation of color #BE6CAB: hue angle of 313.9º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6CAB is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 171 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.25 |
| HSL | 313.9º | 0.39% | 0.58% | - |
| HSV(B) | 313.9º | 0.43% | 0.75% | - |
| XYZ | 33.95 | 24.61 | 41.49 | - |
| YUV | 139.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 171 | 0 | 0.43 | 0.10 | 0.25 | 313.9 | 0.39 | 0.58 |
| Hex | BE | 6C | AB | 0 | 2B | A | 19 | 13A | 27 | 3A |
| Octal | 276 | 154 | 253 | 0 | 53 | 12 | 31 | 472 | 47 | 72 |
| Binary | 10111110 | 1101100 | 10101011 | 0 | 101011 | 1010 | 11001 | 100111010 | 100111 | 111010 |
Color Harmonies of #BE6CAB
Complementary color
Monochromatic Colors of #BE6CAB
Black with #BE6CAB
Text Example
Text Example
White with #BE6CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CAB; }
p { color: rgb(190,108,171); }
H1.HeaderClassName
{
color: #BE6CAB;
}
.AnyTagClassName
{
color: #BE6CAB;
}
</style>
background-color css
<style>
a { background-color: #BE6CAB; }
a { background-color: rgb(190,108,171); }
div.DivClassName
{
background-color: #BE6CAB;
}
.BgClassName
{
background-color: #BE6CAB;
}
</style>
border-color css
<style>
span { border-color: #BE6CAB; }
span { border-color: rgb(190,108,171); }
td.TdClassName
{
border-color: #BE6CAB;
}
.TagClassName
{
border-color: #BE6CAB;
}
</style>