Shades of Wisteria #BB99D4
Tints of Wisteria #BB99D4
RGB
CMYK
RGB Variations
Color information
#BB99D4 (or 0xBB99D4) is known color: Wisteria. HEX triplet: BB, 99 and D4. RGB value is (187,153,212). Sum of RGB (Red+Green+Blue) = 187+153+212=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB99D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99D4 is #44662B. Grayscale: #A9A9A9. Windows color (decimal): -4482604 or 13932987. OLE color: 13932987.
HSL color Cylindrical-coordinate representation of color #BB99D4: hue angle of 274.58º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB99D4 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 153 | 212 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.17 |
| HSL | 274.58º | 0.41% | 0.72% | - |
| HSV(B) | 274.58º | 0.28% | 0.83% | - |
| XYZ | 43.77 | 38.1 | 67.33 | - |
| YUV | 169.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 212 | 0.12 | 0.28 | 0 | 0.17 | 274.58 | 0.41 | 0.72 |
| Hex | BB | 99 | D4 | C | 1C | 0 | 11 | 113 | 29 | 48 |
| Octal | 273 | 231 | 324 | 14 | 34 | 0 | 21 | 423 | 51 | 110 |
| Binary | 10111011 | 10011001 | 11010100 | 1100 | 11100 | 0 | 10001 | 100010011 | 101001 | 1001000 |
Color Harmonies of #BB99D4
Complementary color
Monochromatic Colors of #BB99D4
Black with #BB99D4
Text Example
Text Example
White with #BB99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99D4; }
p { color: rgb(187,153,212); }
H1.HeaderClassName
{
color: #BB99D4;
}
.AnyTagClassName
{
color: #BB99D4;
}
</style>
background-color css
<style>
a { background-color: #BB99D4; }
a { background-color: rgb(187,153,212); }
div.DivClassName
{
background-color: #BB99D4;
}
.BgClassName
{
background-color: #BB99D4;
}
</style>
border-color css
<style>
span { border-color: #BB99D4; }
span { border-color: rgb(187,153,212); }
td.TdClassName
{
border-color: #BB99D4;
}
.TagClassName
{
border-color: #BB99D4;
}
</style>