Shades of Wisteria #BDA1CC
Tints of Wisteria #BDA1CC
RGB
CMYK
RGB Variations
Color information
#BDA1CC (or 0xBDA1CC) is known color: Wisteria. HEX triplet: BD, A1 and CC. RGB value is (189,161,204). Sum of RGB (Red+Green+Blue) = 189+161+204=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1CC is #425E33. Grayscale: #AEAEAE. Windows color (decimal): -4349492 or 13410749. OLE color: 13410749.
HSL color Cylindrical-coordinate representation of color #BDA1CC: hue angle of 279.07º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA1CC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 161 | 204 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.2 |
| HSL | 279.07º | 0.3% | 0.72% | - |
| HSV(B) | 279.07º | 0.21% | 0.8% | - |
| XYZ | 44.63 | 40.67 | 62.62 | - |
| YUV | 174.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 204 | 0.07 | 0.21 | 0 | 0.2 | 279.07 | 0.3 | 0.72 |
| Hex | BD | A1 | CC | 7 | 15 | 0 | 14 | 117 | 1E | 48 |
| Octal | 275 | 241 | 314 | 7 | 25 | 0 | 24 | 427 | 36 | 110 |
| Binary | 10111101 | 10100001 | 11001100 | 111 | 10101 | 0 | 10100 | 100010111 | 11110 | 1001000 |
Color Harmonies of #BDA1CC
Complementary color
Monochromatic Colors of #BDA1CC
Black with #BDA1CC
Text Example
Text Example
White with #BDA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1CC; }
p { color: rgb(189,161,204); }
H1.HeaderClassName
{
color: #BDA1CC;
}
.AnyTagClassName
{
color: #BDA1CC;
}
</style>
background-color css
<style>
a { background-color: #BDA1CC; }
a { background-color: rgb(189,161,204); }
div.DivClassName
{
background-color: #BDA1CC;
}
.BgClassName
{
background-color: #BDA1CC;
}
</style>
border-color css
<style>
span { border-color: #BDA1CC; }
span { border-color: rgb(189,161,204); }
td.TdClassName
{
border-color: #BDA1CC;
}
.TagClassName
{
border-color: #BDA1CC;
}
</style>