Shades of Bouquet #BD70AC
Tints of Bouquet #BD70AC
RGB
CMYK
RGB Variations
Color information
#BD70AC (or 0xBD70AC) is known color: Bouquet. HEX triplet: BD, 70 and AC. RGB value is (189,112,172). Sum of RGB (Red+Green+Blue) = 189+112+172=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD70AC is #428F53. Grayscale: #8D8D8D. Windows color (decimal): -4362068 or 11301053. OLE color: 11301053.
HSL color Cylindrical-coordinate representation of color #BD70AC: hue angle of 313.25º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD70AC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 172 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.26 |
| HSL | 313.25º | 0.37% | 0.59% | - |
| HSV(B) | 313.25º | 0.41% | 0.74% | - |
| XYZ | 34.23 | 25.39 | 42.13 | - |
| YUV | 141.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 172 | 0 | 0.41 | 0.09 | 0.26 | 313.25 | 0.37 | 0.59 |
| Hex | BD | 70 | AC | 0 | 29 | 9 | 1A | 139 | 25 | 3B |
| Octal | 275 | 160 | 254 | 0 | 51 | 11 | 32 | 471 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10101100 | 0 | 101001 | 1001 | 11010 | 100111001 | 100101 | 111011 |
Color Harmonies of #BD70AC
Complementary color
Monochromatic Colors of #BD70AC
Black with #BD70AC
Text Example
Text Example
White with #BD70AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70AC; }
p { color: rgb(189,112,172); }
H1.HeaderClassName
{
color: #BD70AC;
}
.AnyTagClassName
{
color: #BD70AC;
}
</style>
background-color css
<style>
a { background-color: #BD70AC; }
a { background-color: rgb(189,112,172); }
div.DivClassName
{
background-color: #BD70AC;
}
.BgClassName
{
background-color: #BD70AC;
}
</style>
border-color css
<style>
span { border-color: #BD70AC; }
span { border-color: rgb(189,112,172); }
td.TdClassName
{
border-color: #BD70AC;
}
.TagClassName
{
border-color: #BD70AC;
}
</style>