Shades of Bouquet #BC6DAB
Tints of Bouquet #BC6DAB
RGB
CMYK
RGB Variations
Color information
#BC6DAB (or 0xBC6DAB) is known color: Bouquet. HEX triplet: BC, 6D and AB. RGB value is (188,109,171). Sum of RGB (Red+Green+Blue) = 188+109+171=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DAB is #439254. Grayscale: #8B8B8B. Windows color (decimal): -4428373 or 11234748. OLE color: 11234748.
HSL color Cylindrical-coordinate representation of color #BC6DAB: hue angle of 312.91º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6DAB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 171 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.26 |
| HSL | 312.91º | 0.37% | 0.58% | - |
| HSV(B) | 312.91º | 0.42% | 0.74% | - |
| XYZ | 33.56 | 24.57 | 41.5 | - |
| YUV | 139.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 171 | 0 | 0.42 | 0.09 | 0.26 | 312.91 | 0.37 | 0.58 |
| Hex | BC | 6D | AB | 0 | 2A | 9 | 1A | 139 | 25 | 3A |
| Octal | 274 | 155 | 253 | 0 | 52 | 11 | 32 | 471 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10101011 | 0 | 101010 | 1001 | 11010 | 100111001 | 100101 | 111010 |
Color Harmonies of #BC6DAB
Complementary color
Monochromatic Colors of #BC6DAB
Black with #BC6DAB
Text Example
Text Example
White with #BC6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DAB; }
p { color: rgb(188,109,171); }
H1.HeaderClassName
{
color: #BC6DAB;
}
.AnyTagClassName
{
color: #BC6DAB;
}
</style>
background-color css
<style>
a { background-color: #BC6DAB; }
a { background-color: rgb(188,109,171); }
div.DivClassName
{
background-color: #BC6DAB;
}
.BgClassName
{
background-color: #BC6DAB;
}
</style>
border-color css
<style>
span { border-color: #BC6DAB; }
span { border-color: rgb(188,109,171); }
td.TdClassName
{
border-color: #BC6DAB;
}
.TagClassName
{
border-color: #BC6DAB;
}
</style>