Shades of Wisteria #BFA2CE
Tints of Wisteria #BFA2CE
RGB
CMYK
RGB Variations
Color information
#BFA2CE (or 0xBFA2CE) is known color: Wisteria. HEX triplet: BF, A2 and CE. RGB value is (191,162,206). Sum of RGB (Red+Green+Blue) = 191+162+206=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2CE is #405D31. Grayscale: #AFAFAF. Windows color (decimal): -4218162 or 13542079. OLE color: 13542079.
HSL color Cylindrical-coordinate representation of color #BFA2CE: hue angle of 279.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA2CE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 162 | 206 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.19 |
| HSL | 279.55º | 0.31% | 0.72% | - |
| HSV(B) | 279.55º | 0.21% | 0.81% | - |
| XYZ | 45.55 | 41.37 | 63.98 | - |
| YUV | 175.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 206 | 0.07 | 0.21 | 0 | 0.19 | 279.55 | 0.31 | 0.72 |
| Hex | BF | A2 | CE | 7 | 15 | 0 | 13 | 118 | 1F | 48 |
| Octal | 277 | 242 | 316 | 7 | 25 | 0 | 23 | 430 | 37 | 110 |
| Binary | 10111111 | 10100010 | 11001110 | 111 | 10101 | 0 | 10011 | 100011000 | 11111 | 1001000 |
Color Harmonies of #BFA2CE
Complementary color
Monochromatic Colors of #BFA2CE
Black with #BFA2CE
Text Example
Text Example
White with #BFA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2CE; }
p { color: rgb(191,162,206); }
H1.HeaderClassName
{
color: #BFA2CE;
}
.AnyTagClassName
{
color: #BFA2CE;
}
</style>
background-color css
<style>
a { background-color: #BFA2CE; }
a { background-color: rgb(191,162,206); }
div.DivClassName
{
background-color: #BFA2CE;
}
.BgClassName
{
background-color: #BFA2CE;
}
</style>
border-color css
<style>
span { border-color: #BFA2CE; }
span { border-color: rgb(191,162,206); }
td.TdClassName
{
border-color: #BFA2CE;
}
.TagClassName
{
border-color: #BFA2CE;
}
</style>