Shades of Bouquet #BB87A3
Tints of Bouquet #BB87A3
RGB
CMYK
RGB Variations
Color information
#BB87A3 (or 0xBB87A3) is known color: Bouquet. HEX triplet: BB, 87 and A3. RGB value is (187,135,163). Sum of RGB (Red+Green+Blue) = 187+135+163=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87A3 is #44785C. Grayscale: #999999. Windows color (decimal): -4487261 or 10717115. OLE color: 10717115.
HSL color Cylindrical-coordinate representation of color #BB87A3: hue angle of 327.69º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB87A3 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 163 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.27 |
| HSL | 327.69º | 0.28% | 0.63% | - |
| HSV(B) | 327.69º | 0.28% | 0.73% | - |
| XYZ | 35.77 | 30.54 | 38.66 | - |
| YUV | 153.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 163 | 0 | 0.28 | 0.13 | 0.27 | 327.69 | 0.28 | 0.63 |
| Hex | BB | 87 | A3 | 0 | 1C | D | 1B | 148 | 1C | 3F |
| Octal | 273 | 207 | 243 | 0 | 34 | 15 | 33 | 510 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10100011 | 0 | 11100 | 1101 | 11011 | 101001000 | 11100 | 111111 |
Color Harmonies of #BB87A3
Complementary color
Monochromatic Colors of #BB87A3
Black with #BB87A3
Text Example
Text Example
White with #BB87A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB87A3; }
p { color: rgb(187,135,163); }
H1.HeaderClassName
{
color: #BB87A3;
}
.AnyTagClassName
{
color: #BB87A3;
}
</style>
background-color css
<style>
a { background-color: #BB87A3; }
a { background-color: rgb(187,135,163); }
div.DivClassName
{
background-color: #BB87A3;
}
.BgClassName
{
background-color: #BB87A3;
}
</style>
border-color css
<style>
span { border-color: #BB87A3; }
span { border-color: rgb(187,135,163); }
td.TdClassName
{
border-color: #BB87A3;
}
.TagClassName
{
border-color: #BB87A3;
}
</style>