Shades of Bouquet #BC69A4
Tints of Bouquet #BC69A4
RGB
CMYK
RGB Variations
Color information
#BC69A4 (or 0xBC69A4) is known color: Bouquet. HEX triplet: BC, 69 and A4. RGB value is (188,105,164). Sum of RGB (Red+Green+Blue) = 188+105+164=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69A4 is #43965B. Grayscale: #888888. Windows color (decimal): -4429404 or 10774972. OLE color: 10774972.
HSL color Cylindrical-coordinate representation of color #BC69A4: hue angle of 317.35º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC69A4 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 164 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.26 |
| HSL | 317.35º | 0.38% | 0.57% | - |
| HSV(B) | 317.35º | 0.44% | 0.74% | - |
| XYZ | 32.49 | 23.47 | 37.94 | - |
| YUV | 136.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 164 | 0 | 0.44 | 0.13 | 0.26 | 317.35 | 0.38 | 0.57 |
| Hex | BC | 69 | A4 | 0 | 2C | D | 1A | 13D | 26 | 39 |
| Octal | 274 | 151 | 244 | 0 | 54 | 15 | 32 | 475 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10100100 | 0 | 101100 | 1101 | 11010 | 100111101 | 100110 | 111001 |
Color Harmonies of #BC69A4
Complementary color
Monochromatic Colors of #BC69A4
Black with #BC69A4
Text Example
Text Example
White with #BC69A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69A4; }
p { color: rgb(188,105,164); }
H1.HeaderClassName
{
color: #BC69A4;
}
.AnyTagClassName
{
color: #BC69A4;
}
</style>
background-color css
<style>
a { background-color: #BC69A4; }
a { background-color: rgb(188,105,164); }
div.DivClassName
{
background-color: #BC69A4;
}
.BgClassName
{
background-color: #BC69A4;
}
</style>
border-color css
<style>
span { border-color: #BC69A4; }
span { border-color: rgb(188,105,164); }
td.TdClassName
{
border-color: #BC69A4;
}
.TagClassName
{
border-color: #BC69A4;
}
</style>