Shades of Bouquet #BC7B9D
Tints of Bouquet #BC7B9D
RGB
CMYK
RGB Variations
Color information
#BC7B9D (or 0xBC7B9D) is known color: Bouquet. HEX triplet: BC, 7B and 9D. RGB value is (188,123,157). Sum of RGB (Red+Green+Blue) = 188+123+157=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7B9D is #438462. Grayscale: #929292. Windows color (decimal): -4424803 or 10320828. OLE color: 10320828.
HSL color Cylindrical-coordinate representation of color #BC7B9D: hue angle of 328.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7B9D is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 157 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.26 |
| HSL | 328.62º | 0.33% | 0.61% | - |
| HSV(B) | 328.62º | 0.35% | 0.74% | - |
| XYZ | 33.91 | 27.29 | 35.38 | - |
| YUV | 146.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 157 | 0 | 0.35 | 0.16 | 0.26 | 328.62 | 0.33 | 0.61 |
| Hex | BC | 7B | 9D | 0 | 23 | 10 | 1A | 149 | 21 | 3D |
| Octal | 274 | 173 | 235 | 0 | 43 | 20 | 32 | 511 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10011101 | 0 | 100011 | 10000 | 11010 | 101001001 | 100001 | 111101 |
Color Harmonies of #BC7B9D
Complementary color
Monochromatic Colors of #BC7B9D
Black with #BC7B9D
Text Example
Text Example
White with #BC7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B9D; }
p { color: rgb(188,123,157); }
H1.HeaderClassName
{
color: #BC7B9D;
}
.AnyTagClassName
{
color: #BC7B9D;
}
</style>
background-color css
<style>
a { background-color: #BC7B9D; }
a { background-color: rgb(188,123,157); }
div.DivClassName
{
background-color: #BC7B9D;
}
.BgClassName
{
background-color: #BC7B9D;
}
</style>
border-color css
<style>
span { border-color: #BC7B9D; }
span { border-color: rgb(188,123,157); }
td.TdClassName
{
border-color: #BC7B9D;
}
.TagClassName
{
border-color: #BC7B9D;
}
</style>