Shades of Bouquet #BC86A3
Tints of Bouquet #BC86A3
RGB
CMYK
RGB Variations
Color information
#BC86A3 (or 0xBC86A3) is known color: Bouquet. HEX triplet: BC, 86 and A3. RGB value is (188,134,163). Sum of RGB (Red+Green+Blue) = 188+134+163=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC86A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC86A3 is #43795C. Grayscale: #999999. Windows color (decimal): -4421981 or 10716860. OLE color: 10716860.
HSL color Cylindrical-coordinate representation of color #BC86A3: hue angle of 327.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC86A3 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 163 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.26 |
| HSL | 327.78º | 0.29% | 0.63% | - |
| HSV(B) | 327.78º | 0.29% | 0.74% | - |
| XYZ | 35.88 | 30.39 | 38.62 | - |
| YUV | 153.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 163 | 0 | 0.29 | 0.13 | 0.26 | 327.78 | 0.29 | 0.63 |
| Hex | BC | 86 | A3 | 0 | 1D | D | 1A | 148 | 1D | 3F |
| Octal | 274 | 206 | 243 | 0 | 35 | 15 | 32 | 510 | 35 | 77 |
| Binary | 10111100 | 10000110 | 10100011 | 0 | 11101 | 1101 | 11010 | 101001000 | 11101 | 111111 |
Color Harmonies of #BC86A3
Complementary color
Monochromatic Colors of #BC86A3
Black with #BC86A3
Text Example
Text Example
White with #BC86A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86A3; }
p { color: rgb(188,134,163); }
H1.HeaderClassName
{
color: #BC86A3;
}
.AnyTagClassName
{
color: #BC86A3;
}
</style>
background-color css
<style>
a { background-color: #BC86A3; }
a { background-color: rgb(188,134,163); }
div.DivClassName
{
background-color: #BC86A3;
}
.BgClassName
{
background-color: #BC86A3;
}
</style>
border-color css
<style>
span { border-color: #BC86A3; }
span { border-color: rgb(188,134,163); }
td.TdClassName
{
border-color: #BC86A3;
}
.TagClassName
{
border-color: #BC86A3;
}
</style>