Shades of Bouquet #BC7DAB
Tints of Bouquet #BC7DAB
RGB
CMYK
RGB Variations
Color information
#BC7DAB (or 0xBC7DAB) is known color: Bouquet. HEX triplet: BC, 7D and AB. RGB value is (188,125,171). Sum of RGB (Red+Green+Blue) = 188+125+171=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DAB is #438254. Grayscale: #949494. Windows color (decimal): -4424277 or 11238844. OLE color: 11238844.
HSL color Cylindrical-coordinate representation of color #BC7DAB: hue angle of 316.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7DAB is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 171 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.26 |
| HSL | 316.19º | 0.32% | 0.61% | - |
| HSV(B) | 316.19º | 0.34% | 0.74% | - |
| XYZ | 35.42 | 28.3 | 42.12 | - |
| YUV | 149.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 171 | 0 | 0.34 | 0.09 | 0.26 | 316.19 | 0.32 | 0.61 |
| Hex | BC | 7D | AB | 0 | 22 | 9 | 1A | 13C | 20 | 3D |
| Octal | 274 | 175 | 253 | 0 | 42 | 11 | 32 | 474 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10101011 | 0 | 100010 | 1001 | 11010 | 100111100 | 100000 | 111101 |
Color Harmonies of #BC7DAB
Complementary color
Monochromatic Colors of #BC7DAB
Black with #BC7DAB
Text Example
Text Example
White with #BC7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DAB; }
p { color: rgb(188,125,171); }
H1.HeaderClassName
{
color: #BC7DAB;
}
.AnyTagClassName
{
color: #BC7DAB;
}
</style>
background-color css
<style>
a { background-color: #BC7DAB; }
a { background-color: rgb(188,125,171); }
div.DivClassName
{
background-color: #BC7DAB;
}
.BgClassName
{
background-color: #BC7DAB;
}
</style>
border-color css
<style>
span { border-color: #BC7DAB; }
span { border-color: rgb(188,125,171); }
td.TdClassName
{
border-color: #BC7DAB;
}
.TagClassName
{
border-color: #BC7DAB;
}
</style>