Shades of Wisteria #BF9BCD
Tints of Wisteria #BF9BCD
RGB
CMYK
RGB Variations
Color information
#BF9BCD (or 0xBF9BCD) is known color: Wisteria. HEX triplet: BF, 9B and CD. RGB value is (191,155,205). Sum of RGB (Red+Green+Blue) = 191+155+205=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BCD is #406432. Grayscale: #ABABAB. Windows color (decimal): -4219955 or 13474751. OLE color: 13474751.
HSL color Cylindrical-coordinate representation of color #BF9BCD: hue angle of 283.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9BCD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 155 | 205 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.20 |
| HSL | 283.2º | 0.33% | 0.71% | - |
| HSV(B) | 283.2º | 0.24% | 0.8% | - |
| XYZ | 44.23 | 38.93 | 62.94 | - |
| YUV | 171.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 205 | 0.07 | 0.24 | 0 | 0.20 | 283.2 | 0.33 | 0.71 |
| Hex | BF | 9B | CD | 7 | 18 | 0 | 14 | 11B | 21 | 47 |
| Octal | 277 | 233 | 315 | 7 | 30 | 0 | 24 | 433 | 41 | 107 |
| Binary | 10111111 | 10011011 | 11001101 | 111 | 11000 | 0 | 10100 | 100011011 | 100001 | 1000111 |
Color Harmonies of #BF9BCD
Complementary color
Monochromatic Colors of #BF9BCD
Black with #BF9BCD
Text Example
Text Example
White with #BF9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BCD; }
p { color: rgb(191,155,205); }
H1.HeaderClassName
{
color: #BF9BCD;
}
.AnyTagClassName
{
color: #BF9BCD;
}
</style>
background-color css
<style>
a { background-color: #BF9BCD; }
a { background-color: rgb(191,155,205); }
div.DivClassName
{
background-color: #BF9BCD;
}
.BgClassName
{
background-color: #BF9BCD;
}
</style>
border-color css
<style>
span { border-color: #BF9BCD; }
span { border-color: rgb(191,155,205); }
td.TdClassName
{
border-color: #BF9BCD;
}
.TagClassName
{
border-color: #BF9BCD;
}
</style>