Shades of Bouquet #BB70AC
Tints of Bouquet #BB70AC
RGB
CMYK
RGB Variations
Color information
#BB70AC (or 0xBB70AC) is known color: Bouquet. HEX triplet: BB, 70 and AC. RGB value is (187,112,172). Sum of RGB (Red+Green+Blue) = 187+112+172=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AC is #448F53. Grayscale: #8D8D8D. Windows color (decimal): -4493140 or 11301051. OLE color: 11301051.
HSL color Cylindrical-coordinate representation of color #BB70AC: hue angle of 312º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70AC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 172 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.27 |
| HSL | 312º | 0.36% | 0.59% | - |
| HSV(B) | 312º | 0.4% | 0.73% | - |
| XYZ | 33.73 | 25.13 | 42.1 | - |
| YUV | 141.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 172 | 0 | 0.40 | 0.08 | 0.27 | 312 | 0.36 | 0.59 |
| Hex | BB | 70 | AC | 0 | 28 | 8 | 1B | 138 | 24 | 3B |
| Octal | 273 | 160 | 254 | 0 | 50 | 10 | 33 | 470 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10101100 | 0 | 101000 | 1000 | 11011 | 100111000 | 100100 | 111011 |
Color Harmonies of #BB70AC
Complementary color
Monochromatic Colors of #BB70AC
Black with #BB70AC
Text Example
Text Example
White with #BB70AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70AC; }
p { color: rgb(187,112,172); }
H1.HeaderClassName
{
color: #BB70AC;
}
.AnyTagClassName
{
color: #BB70AC;
}
</style>
background-color css
<style>
a { background-color: #BB70AC; }
a { background-color: rgb(187,112,172); }
div.DivClassName
{
background-color: #BB70AC;
}
.BgClassName
{
background-color: #BB70AC;
}
</style>
border-color css
<style>
span { border-color: #BB70AC; }
span { border-color: rgb(187,112,172); }
td.TdClassName
{
border-color: #BB70AC;
}
.TagClassName
{
border-color: #BB70AC;
}
</style>