Shades of Wisteria #BFA1CE
Tints of Wisteria #BFA1CE
RGB
CMYK
RGB Variations
Color information
#BFA1CE (or 0xBFA1CE) is known color: Wisteria. HEX triplet: BF, A1 and CE. RGB value is (191,161,206). Sum of RGB (Red+Green+Blue) = 191+161+206=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1CE is #405E31. Grayscale: #AEAEAE. Windows color (decimal): -4218418 or 13541823. OLE color: 13541823.
HSL color Cylindrical-coordinate representation of color #BFA1CE: hue angle of 280º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA1CE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 161 | 206 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.19 |
| HSL | 280º | 0.31% | 0.72% | - |
| HSV(B) | 280º | 0.22% | 0.81% | - |
| XYZ | 45.37 | 41.02 | 63.92 | - |
| YUV | 175.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 206 | 0.07 | 0.22 | 0 | 0.19 | 280 | 0.31 | 0.72 |
| Hex | BF | A1 | CE | 7 | 16 | 0 | 13 | 118 | 1F | 48 |
| Octal | 277 | 241 | 316 | 7 | 26 | 0 | 23 | 430 | 37 | 110 |
| Binary | 10111111 | 10100001 | 11001110 | 111 | 10110 | 0 | 10011 | 100011000 | 11111 | 1001000 |
Color Harmonies of #BFA1CE
Complementary color
Monochromatic Colors of #BFA1CE
Black with #BFA1CE
Text Example
Text Example
White with #BFA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1CE; }
p { color: rgb(191,161,206); }
H1.HeaderClassName
{
color: #BFA1CE;
}
.AnyTagClassName
{
color: #BFA1CE;
}
</style>
background-color css
<style>
a { background-color: #BFA1CE; }
a { background-color: rgb(191,161,206); }
div.DivClassName
{
background-color: #BFA1CE;
}
.BgClassName
{
background-color: #BFA1CE;
}
</style>
border-color css
<style>
span { border-color: #BFA1CE; }
span { border-color: rgb(191,161,206); }
td.TdClassName
{
border-color: #BFA1CE;
}
.TagClassName
{
border-color: #BFA1CE;
}
</style>