Shades of Bouquet #BC69A2
Tints of Bouquet #BC69A2
RGB
CMYK
RGB Variations
Color information
#BC69A2 (or 0xBC69A2) is known color: Bouquet. HEX triplet: BC, 69 and A2. RGB value is (188,105,162). Sum of RGB (Red+Green+Blue) = 188+105+162=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69A2 is #43965D. Grayscale: #888888. Windows color (decimal): -4429406 or 10643900. OLE color: 10643900.
HSL color Cylindrical-coordinate representation of color #BC69A2: hue angle of 318.8º 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 #BC69A2 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 162 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.26 |
| HSL | 318.8º | 0.38% | 0.57% | - |
| HSV(B) | 318.8º | 0.44% | 0.74% | - |
| XYZ | 32.31 | 23.4 | 37 | - |
| YUV | 136.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 162 | 0 | 0.44 | 0.14 | 0.26 | 318.8 | 0.38 | 0.57 |
| Hex | BC | 69 | A2 | 0 | 2C | E | 1A | 13F | 26 | 39 |
| Octal | 274 | 151 | 242 | 0 | 54 | 16 | 32 | 477 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10100010 | 0 | 101100 | 1110 | 11010 | 100111111 | 100110 | 111001 |
Color Harmonies of #BC69A2
Complementary color
Monochromatic Colors of #BC69A2
Black with #BC69A2
Text Example
Text Example
White with #BC69A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69A2; }
p { color: rgb(188,105,162); }
H1.HeaderClassName
{
color: #BC69A2;
}
.AnyTagClassName
{
color: #BC69A2;
}
</style>
background-color css
<style>
a { background-color: #BC69A2; }
a { background-color: rgb(188,105,162); }
div.DivClassName
{
background-color: #BC69A2;
}
.BgClassName
{
background-color: #BC69A2;
}
</style>
border-color css
<style>
span { border-color: #BC69A2; }
span { border-color: rgb(188,105,162); }
td.TdClassName
{
border-color: #BC69A2;
}
.TagClassName
{
border-color: #BC69A2;
}
</style>