Shades of Bouquet #BC68A3
Tints of Bouquet #BC68A3
RGB
CMYK
RGB Variations
Color information
#BC68A3 (or 0xBC68A3) is known color: Bouquet. HEX triplet: BC, 68 and A3. RGB value is (188,104,163). Sum of RGB (Red+Green+Blue) = 188+104+163=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68A3 is #43975C. Grayscale: #878787. Windows color (decimal): -4429661 or 10709180. OLE color: 10709180.
HSL color Cylindrical-coordinate representation of color #BC68A3: hue angle of 317.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC68A3 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 163 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.26 |
| HSL | 317.86º | 0.39% | 0.57% | - |
| HSV(B) | 317.86º | 0.45% | 0.74% | - |
| XYZ | 32.3 | 23.24 | 37.43 | - |
| YUV | 135.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 163 | 0 | 0.45 | 0.13 | 0.26 | 317.86 | 0.39 | 0.57 |
| Hex | BC | 68 | A3 | 0 | 2D | D | 1A | 13E | 27 | 39 |
| Octal | 274 | 150 | 243 | 0 | 55 | 15 | 32 | 476 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10100011 | 0 | 101101 | 1101 | 11010 | 100111110 | 100111 | 111001 |
Color Harmonies of #BC68A3
Complementary color
Monochromatic Colors of #BC68A3
Black with #BC68A3
Text Example
Text Example
White with #BC68A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68A3; }
p { color: rgb(188,104,163); }
H1.HeaderClassName
{
color: #BC68A3;
}
.AnyTagClassName
{
color: #BC68A3;
}
</style>
background-color css
<style>
a { background-color: #BC68A3; }
a { background-color: rgb(188,104,163); }
div.DivClassName
{
background-color: #BC68A3;
}
.BgClassName
{
background-color: #BC68A3;
}
</style>
border-color css
<style>
span { border-color: #BC68A3; }
span { border-color: rgb(188,104,163); }
td.TdClassName
{
border-color: #BC68A3;
}
.TagClassName
{
border-color: #BC68A3;
}
</style>