Shades of Bouquet #BC7F9D
Tints of Bouquet #BC7F9D
RGB
CMYK
RGB Variations
Color information
#BC7F9D (or 0xBC7F9D) is known color: Bouquet. HEX triplet: BC, 7F and 9D. RGB value is (188,127,157). Sum of RGB (Red+Green+Blue) = 188+127+157=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F9D is #438062. Grayscale: #949494. Windows color (decimal): -4423779 or 10321852. OLE color: 10321852.
HSL color Cylindrical-coordinate representation of color #BC7F9D: hue angle of 330.49º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F9D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 157 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.26 |
| HSL | 330.49º | 0.31% | 0.62% | - |
| HSV(B) | 330.49º | 0.32% | 0.74% | - |
| XYZ | 34.41 | 28.3 | 35.55 | - |
| YUV | 148.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 157 | 0 | 0.32 | 0.16 | 0.26 | 330.49 | 0.31 | 0.62 |
| Hex | BC | 7F | 9D | 0 | 20 | 10 | 1A | 14A | 1F | 3E |
| Octal | 274 | 177 | 235 | 0 | 40 | 20 | 32 | 512 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10011101 | 0 | 100000 | 10000 | 11010 | 101001010 | 11111 | 111110 |
Color Harmonies of #BC7F9D
Complementary color
Monochromatic Colors of #BC7F9D
Black with #BC7F9D
Text Example
Text Example
White with #BC7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F9D; }
p { color: rgb(188,127,157); }
H1.HeaderClassName
{
color: #BC7F9D;
}
.AnyTagClassName
{
color: #BC7F9D;
}
</style>
background-color css
<style>
a { background-color: #BC7F9D; }
a { background-color: rgb(188,127,157); }
div.DivClassName
{
background-color: #BC7F9D;
}
.BgClassName
{
background-color: #BC7F9D;
}
</style>
border-color css
<style>
span { border-color: #BC7F9D; }
span { border-color: rgb(188,127,157); }
td.TdClassName
{
border-color: #BC7F9D;
}
.TagClassName
{
border-color: #BC7F9D;
}
</style>