Shades of Wisteria #BFA0CB
Tints of Wisteria #BFA0CB
RGB
CMYK
RGB Variations
Color information
#BFA0CB (or 0xBFA0CB) is known color: Wisteria. HEX triplet: BF, A0 and CB. RGB value is (191,160,203). Sum of RGB (Red+Green+Blue) = 191+160+203=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0CB is #405F34. Grayscale: #AEAEAE. Windows color (decimal): -4218677 or 13344959. OLE color: 13344959.
HSL color Cylindrical-coordinate representation of color #BFA0CB: hue angle of 283.26º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA0CB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 160 | 203 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.20 |
| HSL | 283.26º | 0.29% | 0.71% | - |
| HSV(B) | 283.26º | 0.21% | 0.8% | - |
| XYZ | 44.84 | 40.53 | 61.96 | - |
| YUV | 174.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 203 | 0.06 | 0.21 | 0 | 0.20 | 283.26 | 0.29 | 0.71 |
| Hex | BF | A0 | CB | 6 | 15 | 0 | 14 | 11B | 1D | 47 |
| Octal | 277 | 240 | 313 | 6 | 25 | 0 | 24 | 433 | 35 | 107 |
| Binary | 10111111 | 10100000 | 11001011 | 110 | 10101 | 0 | 10100 | 100011011 | 11101 | 1000111 |
Color Harmonies of #BFA0CB
Complementary color
Monochromatic Colors of #BFA0CB
Black with #BFA0CB
Text Example
Text Example
White with #BFA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0CB; }
p { color: rgb(191,160,203); }
H1.HeaderClassName
{
color: #BFA0CB;
}
.AnyTagClassName
{
color: #BFA0CB;
}
</style>
background-color css
<style>
a { background-color: #BFA0CB; }
a { background-color: rgb(191,160,203); }
div.DivClassName
{
background-color: #BFA0CB;
}
.BgClassName
{
background-color: #BFA0CB;
}
</style>
border-color css
<style>
span { border-color: #BFA0CB; }
span { border-color: rgb(191,160,203); }
td.TdClassName
{
border-color: #BFA0CB;
}
.TagClassName
{
border-color: #BFA0CB;
}
</style>