Shades of Bouquet #BC70AB
Tints of Bouquet #BC70AB
RGB
CMYK
RGB Variations
Color information
#BC70AB (or 0xBC70AB) is known color: Bouquet. HEX triplet: BC, 70 and AB. RGB value is (188,112,171). Sum of RGB (Red+Green+Blue) = 188+112+171=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70AB is #438F54. Grayscale: #8D8D8D. Windows color (decimal): -4427605 or 11235516. OLE color: 11235516.
HSL color Cylindrical-coordinate representation of color #BC70AB: hue angle of 313.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70AB is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 171 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.26 |
| HSL | 313.42º | 0.36% | 0.59% | - |
| HSV(B) | 313.42º | 0.4% | 0.74% | - |
| XYZ | 33.88 | 25.22 | 41.61 | - |
| YUV | 141.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 171 | 0 | 0.40 | 0.09 | 0.26 | 313.42 | 0.36 | 0.59 |
| Hex | BC | 70 | AB | 0 | 28 | 9 | 1A | 139 | 24 | 3B |
| Octal | 274 | 160 | 253 | 0 | 50 | 11 | 32 | 471 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10101011 | 0 | 101000 | 1001 | 11010 | 100111001 | 100100 | 111011 |
Color Harmonies of #BC70AB
Complementary color
Monochromatic Colors of #BC70AB
Black with #BC70AB
Text Example
Text Example
White with #BC70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70AB; }
p { color: rgb(188,112,171); }
H1.HeaderClassName
{
color: #BC70AB;
}
.AnyTagClassName
{
color: #BC70AB;
}
</style>
background-color css
<style>
a { background-color: #BC70AB; }
a { background-color: rgb(188,112,171); }
div.DivClassName
{
background-color: #BC70AB;
}
.BgClassName
{
background-color: #BC70AB;
}
</style>
border-color css
<style>
span { border-color: #BC70AB; }
span { border-color: rgb(188,112,171); }
td.TdClassName
{
border-color: #BC70AB;
}
.TagClassName
{
border-color: #BC70AB;
}
</style>