Shades of Wisteria #BB9EC9
Tints of Wisteria #BB9EC9
RGB
CMYK
RGB Variations
Color information
#BB9EC9 (or 0xBB9EC9) is known color: Wisteria. HEX triplet: BB, 9E and C9. RGB value is (187,158,201). Sum of RGB (Red+Green+Blue) = 187+158+201=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EC9 is #446136. Grayscale: #ABABAB. Windows color (decimal): -4481335 or 13213371. OLE color: 13213371.
HSL color Cylindrical-coordinate representation of color #BB9EC9: hue angle of 280.47º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9EC9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 158 | 201 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.21 |
| HSL | 280.47º | 0.28% | 0.7% | - |
| HSV(B) | 280.47º | 0.21% | 0.79% | - |
| XYZ | 43.26 | 39.24 | 60.55 | - |
| YUV | 171.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 201 | 0.07 | 0.21 | 0 | 0.21 | 280.47 | 0.28 | 0.7 |
| Hex | BB | 9E | C9 | 7 | 15 | 0 | 15 | 118 | 1C | 46 |
| Octal | 273 | 236 | 311 | 7 | 25 | 0 | 25 | 430 | 34 | 106 |
| Binary | 10111011 | 10011110 | 11001001 | 111 | 10101 | 0 | 10101 | 100011000 | 11100 | 1000110 |
Color Harmonies of #BB9EC9
Complementary color
Monochromatic Colors of #BB9EC9
Black with #BB9EC9
Text Example
Text Example
White with #BB9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EC9; }
p { color: rgb(187,158,201); }
H1.HeaderClassName
{
color: #BB9EC9;
}
.AnyTagClassName
{
color: #BB9EC9;
}
</style>
background-color css
<style>
a { background-color: #BB9EC9; }
a { background-color: rgb(187,158,201); }
div.DivClassName
{
background-color: #BB9EC9;
}
.BgClassName
{
background-color: #BB9EC9;
}
</style>
border-color css
<style>
span { border-color: #BB9EC9; }
span { border-color: rgb(187,158,201); }
td.TdClassName
{
border-color: #BB9EC9;
}
.TagClassName
{
border-color: #BB9EC9;
}
</style>