Shades of Wisteria #BB99C9
Tints of Wisteria #BB99C9
RGB
CMYK
RGB Variations
Color information
#BB99C9 (or 0xBB99C9) is known color: Wisteria. HEX triplet: BB, 99 and C9. RGB value is (187,153,201). Sum of RGB (Red+Green+Blue) = 187+153+201=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB99C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C9 is #446636. Grayscale: #A8A8A8. Windows color (decimal): -4482615 or 13212091. OLE color: 13212091.
HSL color Cylindrical-coordinate representation of color #BB99C9: hue angle of 282.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB99C9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 153 | 201 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.21 |
| HSL | 282.5º | 0.31% | 0.69% | - |
| HSV(B) | 282.5º | 0.24% | 0.79% | - |
| XYZ | 42.43 | 37.56 | 60.27 | - |
| YUV | 168.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 201 | 0.07 | 0.24 | 0 | 0.21 | 282.5 | 0.31 | 0.69 |
| Hex | BB | 99 | C9 | 7 | 18 | 0 | 15 | 11A | 1F | 45 |
| Octal | 273 | 231 | 311 | 7 | 30 | 0 | 25 | 432 | 37 | 105 |
| Binary | 10111011 | 10011001 | 11001001 | 111 | 11000 | 0 | 10101 | 100011010 | 11111 | 1000101 |
Color Harmonies of #BB99C9
Complementary color
Monochromatic Colors of #BB99C9
Black with #BB99C9
Text Example
Text Example
White with #BB99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99C9; }
p { color: rgb(187,153,201); }
H1.HeaderClassName
{
color: #BB99C9;
}
.AnyTagClassName
{
color: #BB99C9;
}
</style>
background-color css
<style>
a { background-color: #BB99C9; }
a { background-color: rgb(187,153,201); }
div.DivClassName
{
background-color: #BB99C9;
}
.BgClassName
{
background-color: #BB99C9;
}
</style>
border-color css
<style>
span { border-color: #BB99C9; }
span { border-color: rgb(187,153,201); }
td.TdClassName
{
border-color: #BB99C9;
}
.TagClassName
{
border-color: #BB99C9;
}
</style>