Shades of Bouquet #BE6FAB
Tints of Bouquet #BE6FAB
RGB
CMYK
RGB Variations
Color information
#BE6FAB (or 0xBE6FAB) is known color: Bouquet. HEX triplet: BE, 6F and AB. RGB value is (190,111,171). Sum of RGB (Red+Green+Blue) = 190+111+171=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FAB is #419054. Grayscale: #8D8D8D. Windows color (decimal): -4296789 or 11235262. OLE color: 11235262.
HSL color Cylindrical-coordinate representation of color #BE6FAB: hue angle of 314.43º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FAB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 111 | 171 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.25 |
| HSL | 314.43º | 0.38% | 0.59% | - |
| HSV(B) | 314.43º | 0.42% | 0.75% | - |
| XYZ | 34.27 | 25.26 | 41.6 | - |
| YUV | 141.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 171 | 0 | 0.42 | 0.10 | 0.25 | 314.43 | 0.38 | 0.59 |
| Hex | BE | 6F | AB | 0 | 2A | A | 19 | 13A | 26 | 3B |
| Octal | 276 | 157 | 253 | 0 | 52 | 12 | 31 | 472 | 46 | 73 |
| Binary | 10111110 | 1101111 | 10101011 | 0 | 101010 | 1010 | 11001 | 100111010 | 100110 | 111011 |
Color Harmonies of #BE6FAB
Complementary color
Monochromatic Colors of #BE6FAB
Black with #BE6FAB
Text Example
Text Example
White with #BE6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FAB; }
p { color: rgb(190,111,171); }
H1.HeaderClassName
{
color: #BE6FAB;
}
.AnyTagClassName
{
color: #BE6FAB;
}
</style>
background-color css
<style>
a { background-color: #BE6FAB; }
a { background-color: rgb(190,111,171); }
div.DivClassName
{
background-color: #BE6FAB;
}
.BgClassName
{
background-color: #BE6FAB;
}
</style>
border-color css
<style>
span { border-color: #BE6FAB; }
span { border-color: rgb(190,111,171); }
td.TdClassName
{
border-color: #BE6FAB;
}
.TagClassName
{
border-color: #BE6FAB;
}
</style>