Shades of Wisteria #BB98CA
Tints of Wisteria #BB98CA
RGB
CMYK
RGB Variations
Color information
#BB98CA (or 0xBB98CA) is known color: Wisteria. HEX triplet: BB, 98 and CA. RGB value is (187,152,202). Sum of RGB (Red+Green+Blue) = 187+152+202=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98CA is #446735. Grayscale: #A8A8A8. Windows color (decimal): -4482870 or 13277371. OLE color: 13277371.
HSL color Cylindrical-coordinate representation of color #BB98CA: hue angle of 282º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB98CA is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 152 | 202 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.21 |
| HSL | 282º | 0.32% | 0.69% | - |
| HSV(B) | 282º | 0.25% | 0.79% | - |
| XYZ | 42.38 | 37.29 | 60.84 | - |
| YUV | 168.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 202 | 0.07 | 0.25 | 0 | 0.21 | 282 | 0.32 | 0.69 |
| Hex | BB | 98 | CA | 7 | 19 | 0 | 15 | 11A | 20 | 45 |
| Octal | 273 | 230 | 312 | 7 | 31 | 0 | 25 | 432 | 40 | 105 |
| Binary | 10111011 | 10011000 | 11001010 | 111 | 11001 | 0 | 10101 | 100011010 | 100000 | 1000101 |
Color Harmonies of #BB98CA
Complementary color
Monochromatic Colors of #BB98CA
Black with #BB98CA
Text Example
Text Example
White with #BB98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98CA; }
p { color: rgb(187,152,202); }
H1.HeaderClassName
{
color: #BB98CA;
}
.AnyTagClassName
{
color: #BB98CA;
}
</style>
background-color css
<style>
a { background-color: #BB98CA; }
a { background-color: rgb(187,152,202); }
div.DivClassName
{
background-color: #BB98CA;
}
.BgClassName
{
background-color: #BB98CA;
}
</style>
border-color css
<style>
span { border-color: #BB98CA; }
span { border-color: rgb(187,152,202); }
td.TdClassName
{
border-color: #BB98CA;
}
.TagClassName
{
border-color: #BB98CA;
}
</style>