Shades of Wisteria #BB99CF
Tints of Wisteria #BB99CF
RGB
CMYK
RGB Variations
Color information
#BB99CF (or 0xBB99CF) is known color: Wisteria. HEX triplet: BB, 99 and CF. RGB value is (187,153,207). Sum of RGB (Red+Green+Blue) = 187+153+207=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99CF is #446630. Grayscale: #A9A9A9. Windows color (decimal): -4482609 or 13605307. OLE color: 13605307.
HSL color Cylindrical-coordinate representation of color #BB99CF: hue angle of 277.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB99CF is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 153 | 207 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.19 |
| HSL | 277.78º | 0.36% | 0.71% | - |
| HSV(B) | 277.78º | 0.26% | 0.81% | - |
| XYZ | 43.15 | 37.85 | 64.06 | - |
| YUV | 169.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 207 | 0.10 | 0.26 | 0 | 0.19 | 277.78 | 0.36 | 0.71 |
| Hex | BB | 99 | CF | A | 1A | 0 | 13 | 116 | 24 | 47 |
| Octal | 273 | 231 | 317 | 12 | 32 | 0 | 23 | 426 | 44 | 107 |
| Binary | 10111011 | 10011001 | 11001111 | 1010 | 11010 | 0 | 10011 | 100010110 | 100100 | 1000111 |
Color Harmonies of #BB99CF
Complementary color
Monochromatic Colors of #BB99CF
Black with #BB99CF
Text Example
Text Example
White with #BB99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99CF; }
p { color: rgb(187,153,207); }
H1.HeaderClassName
{
color: #BB99CF;
}
.AnyTagClassName
{
color: #BB99CF;
}
</style>
background-color css
<style>
a { background-color: #BB99CF; }
a { background-color: rgb(187,153,207); }
div.DivClassName
{
background-color: #BB99CF;
}
.BgClassName
{
background-color: #BB99CF;
}
</style>
border-color css
<style>
span { border-color: #BB99CF; }
span { border-color: rgb(187,153,207); }
td.TdClassName
{
border-color: #BB99CF;
}
.TagClassName
{
border-color: #BB99CF;
}
</style>