Shades of Wisteria #BFA0D0
Tints of Wisteria #BFA0D0
RGB
CMYK
RGB Variations
Color information
#BFA0D0 (or 0xBFA0D0) is known color: Wisteria. HEX triplet: BF, A0 and D0. RGB value is (191,160,208). Sum of RGB (Red+Green+Blue) = 191+160+208=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0D0 is #405F2F. Grayscale: #AEAEAE. Windows color (decimal): -4218672 or 13672639. OLE color: 13672639.
HSL color Cylindrical-coordinate representation of color #BFA0D0: hue angle of 278.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA0D0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 160 | 208 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.18 |
| HSL | 278.75º | 0.34% | 0.72% | - |
| HSV(B) | 278.75º | 0.23% | 0.82% | - |
| XYZ | 45.44 | 40.77 | 65.15 | - |
| YUV | 174.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 208 | 0.08 | 0.23 | 0 | 0.18 | 278.75 | 0.34 | 0.72 |
| Hex | BF | A0 | D0 | 8 | 17 | 0 | 12 | 117 | 22 | 48 |
| Octal | 277 | 240 | 320 | 10 | 27 | 0 | 22 | 427 | 42 | 110 |
| Binary | 10111111 | 10100000 | 11010000 | 1000 | 10111 | 0 | 10010 | 100010111 | 100010 | 1001000 |
Color Harmonies of #BFA0D0
Complementary color
Monochromatic Colors of #BFA0D0
Black with #BFA0D0
Text Example
Text Example
White with #BFA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0D0; }
p { color: rgb(191,160,208); }
H1.HeaderClassName
{
color: #BFA0D0;
}
.AnyTagClassName
{
color: #BFA0D0;
}
</style>
background-color css
<style>
a { background-color: #BFA0D0; }
a { background-color: rgb(191,160,208); }
div.DivClassName
{
background-color: #BFA0D0;
}
.BgClassName
{
background-color: #BFA0D0;
}
</style>
border-color css
<style>
span { border-color: #BFA0D0; }
span { border-color: rgb(191,160,208); }
td.TdClassName
{
border-color: #BFA0D0;
}
.TagClassName
{
border-color: #BFA0D0;
}
</style>