Shades of Bouquet #BB75AB
Tints of Bouquet #BB75AB
RGB
CMYK
RGB Variations
Color information
#BB75AB (or 0xBB75AB) is known color: Bouquet. HEX triplet: BB, 75 and AB. RGB value is (187,117,171). Sum of RGB (Red+Green+Blue) = 187+117+171=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75AB is #448A54. Grayscale: #8F8F8F. Windows color (decimal): -4491861 or 11236795. OLE color: 11236795.
HSL color Cylindrical-coordinate representation of color #BB75AB: hue angle of 313.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB75AB is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 171 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.27 |
| HSL | 313.71º | 0.34% | 0.6% | - |
| HSV(B) | 313.71º | 0.37% | 0.73% | - |
| XYZ | 34.21 | 26.23 | 41.79 | - |
| YUV | 144.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 171 | 0 | 0.37 | 0.09 | 0.27 | 313.71 | 0.34 | 0.6 |
| Hex | BB | 75 | AB | 0 | 25 | 9 | 1B | 13A | 22 | 3C |
| Octal | 273 | 165 | 253 | 0 | 45 | 11 | 33 | 472 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10101011 | 0 | 100101 | 1001 | 11011 | 100111010 | 100010 | 111100 |
Color Harmonies of #BB75AB
Complementary color
Monochromatic Colors of #BB75AB
Black with #BB75AB
Text Example
Text Example
White with #BB75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75AB; }
p { color: rgb(187,117,171); }
H1.HeaderClassName
{
color: #BB75AB;
}
.AnyTagClassName
{
color: #BB75AB;
}
</style>
background-color css
<style>
a { background-color: #BB75AB; }
a { background-color: rgb(187,117,171); }
div.DivClassName
{
background-color: #BB75AB;
}
.BgClassName
{
background-color: #BB75AB;
}
</style>
border-color css
<style>
span { border-color: #BB75AB; }
span { border-color: rgb(187,117,171); }
td.TdClassName
{
border-color: #BB75AB;
}
.TagClassName
{
border-color: #BB75AB;
}
</style>