Shades of Wisteria #BB9ACF
Tints of Wisteria #BB9ACF
RGB
CMYK
RGB Variations
Color information
#BB9ACF (or 0xBB9ACF) is known color: Wisteria. HEX triplet: BB, 9A and CF. RGB value is (187,154,207). Sum of RGB (Red+Green+Blue) = 187+154+207=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ACF is #446530. Grayscale: #A9A9A9. Windows color (decimal): -4482353 or 13605563. OLE color: 13605563.
HSL color Cylindrical-coordinate representation of color #BB9ACF: hue angle of 277.36º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB9ACF is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 154 | 207 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.19 |
| HSL | 277.36º | 0.36% | 0.71% | - |
| HSV(B) | 277.36º | 0.26% | 0.81% | - |
| XYZ | 43.31 | 38.18 | 64.12 | - |
| YUV | 169.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 207 | 0.10 | 0.26 | 0 | 0.19 | 277.36 | 0.36 | 0.71 |
| Hex | BB | 9A | CF | A | 1A | 0 | 13 | 115 | 24 | 47 |
| Octal | 273 | 232 | 317 | 12 | 32 | 0 | 23 | 425 | 44 | 107 |
| Binary | 10111011 | 10011010 | 11001111 | 1010 | 11010 | 0 | 10011 | 100010101 | 100100 | 1000111 |
Color Harmonies of #BB9ACF
Complementary color
Monochromatic Colors of #BB9ACF
Black with #BB9ACF
Text Example
Text Example
White with #BB9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ACF; }
p { color: rgb(187,154,207); }
H1.HeaderClassName
{
color: #BB9ACF;
}
.AnyTagClassName
{
color: #BB9ACF;
}
</style>
background-color css
<style>
a { background-color: #BB9ACF; }
a { background-color: rgb(187,154,207); }
div.DivClassName
{
background-color: #BB9ACF;
}
.BgClassName
{
background-color: #BB9ACF;
}
</style>
border-color css
<style>
span { border-color: #BB9ACF; }
span { border-color: rgb(187,154,207); }
td.TdClassName
{
border-color: #BB9ACF;
}
.TagClassName
{
border-color: #BB9ACF;
}
</style>