Shades of Wisteria #BFA0CA
Tints of Wisteria #BFA0CA
RGB
CMYK
RGB Variations
Color information
#BFA0CA (or 0xBFA0CA) is known color: Wisteria. HEX triplet: BF, A0 and CA. RGB value is (191,160,202). Sum of RGB (Red+Green+Blue) = 191+160+202=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0CA is #405F35. Grayscale: #ADADAD. Windows color (decimal): -4218678 or 13279423. OLE color: 13279423.
HSL color Cylindrical-coordinate representation of color #BFA0CA: hue angle of 284.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA0CA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 160 | 202 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.21 |
| HSL | 284.29º | 0.28% | 0.71% | - |
| HSV(B) | 284.29º | 0.21% | 0.79% | - |
| XYZ | 44.72 | 40.48 | 61.33 | - |
| YUV | 174.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 202 | 0.05 | 0.21 | 0 | 0.21 | 284.29 | 0.28 | 0.71 |
| Hex | BF | A0 | CA | 5 | 15 | 0 | 15 | 11C | 1C | 47 |
| Octal | 277 | 240 | 312 | 5 | 25 | 0 | 25 | 434 | 34 | 107 |
| Binary | 10111111 | 10100000 | 11001010 | 101 | 10101 | 0 | 10101 | 100011100 | 11100 | 1000111 |
Color Harmonies of #BFA0CA
Complementary color
Monochromatic Colors of #BFA0CA
Black with #BFA0CA
Text Example
Text Example
White with #BFA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0CA; }
p { color: rgb(191,160,202); }
H1.HeaderClassName
{
color: #BFA0CA;
}
.AnyTagClassName
{
color: #BFA0CA;
}
</style>
background-color css
<style>
a { background-color: #BFA0CA; }
a { background-color: rgb(191,160,202); }
div.DivClassName
{
background-color: #BFA0CA;
}
.BgClassName
{
background-color: #BFA0CA;
}
</style>
border-color css
<style>
span { border-color: #BFA0CA; }
span { border-color: rgb(191,160,202); }
td.TdClassName
{
border-color: #BFA0CA;
}
.TagClassName
{
border-color: #BFA0CA;
}
</style>