Shades of Bouquet #BC6FAB
Tints of Bouquet #BC6FAB
RGB
CMYK
RGB Variations
Color information
#BC6FAB (or 0xBC6FAB) is known color: Bouquet. HEX triplet: BC, 6F and AB. RGB value is (188,111,171). Sum of RGB (Red+Green+Blue) = 188+111+171=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FAB is #439054. Grayscale: #8C8C8C. Windows color (decimal): -4427861 or 11235260. OLE color: 11235260.
HSL color Cylindrical-coordinate representation of color #BC6FAB: hue angle of 313.25º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6FAB is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 171 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.26 |
| HSL | 313.25º | 0.36% | 0.59% | - |
| HSV(B) | 313.25º | 0.41% | 0.74% | - |
| XYZ | 33.77 | 25 | 41.57 | - |
| YUV | 140.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 171 | 0 | 0.41 | 0.09 | 0.26 | 313.25 | 0.36 | 0.59 |
| Hex | BC | 6F | AB | 0 | 29 | 9 | 1A | 139 | 24 | 3B |
| Octal | 274 | 157 | 253 | 0 | 51 | 11 | 32 | 471 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10101011 | 0 | 101001 | 1001 | 11010 | 100111001 | 100100 | 111011 |
Color Harmonies of #BC6FAB
Complementary color
Monochromatic Colors of #BC6FAB
Black with #BC6FAB
Text Example
Text Example
White with #BC6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FAB; }
p { color: rgb(188,111,171); }
H1.HeaderClassName
{
color: #BC6FAB;
}
.AnyTagClassName
{
color: #BC6FAB;
}
</style>
background-color css
<style>
a { background-color: #BC6FAB; }
a { background-color: rgb(188,111,171); }
div.DivClassName
{
background-color: #BC6FAB;
}
.BgClassName
{
background-color: #BC6FAB;
}
</style>
border-color css
<style>
span { border-color: #BC6FAB; }
span { border-color: rgb(188,111,171); }
td.TdClassName
{
border-color: #BC6FAB;
}
.TagClassName
{
border-color: #BC6FAB;
}
</style>