Shades of Wisteria #B999CB
Tints of Wisteria #B999CB
RGB
CMYK
RGB Variations
Color information
#B999CB (or 0xB999CB) is known color: Wisteria. HEX triplet: B9, 99 and CB. RGB value is (185,153,203). Sum of RGB (Red+Green+Blue) = 185+153+203=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #B999CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999CB is #466634. Grayscale: #A8A8A8. Windows color (decimal): -4613685 or 13343161. OLE color: 13343161.
HSL color Cylindrical-coordinate representation of color #B999CB: hue angle of 278.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B999CB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 153 | 203 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.20 |
| HSL | 278.4º | 0.32% | 0.7% | - |
| HSV(B) | 278.4º | 0.25% | 0.8% | - |
| XYZ | 42.18 | 37.41 | 61.5 | - |
| YUV | 168.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 203 | 0.09 | 0.25 | 0 | 0.20 | 278.4 | 0.32 | 0.7 |
| Hex | B9 | 99 | CB | 9 | 19 | 0 | 14 | 116 | 20 | 46 |
| Octal | 271 | 231 | 313 | 11 | 31 | 0 | 24 | 426 | 40 | 106 |
| Binary | 10111001 | 10011001 | 11001011 | 1001 | 11001 | 0 | 10100 | 100010110 | 100000 | 1000110 |
Color Harmonies of #B999CB
Complementary color
Monochromatic Colors of #B999CB
Black with #B999CB
Text Example
Text Example
White with #B999CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999CB; }
p { color: rgb(185,153,203); }
H1.HeaderClassName
{
color: #B999CB;
}
.AnyTagClassName
{
color: #B999CB;
}
</style>
background-color css
<style>
a { background-color: #B999CB; }
a { background-color: rgb(185,153,203); }
div.DivClassName
{
background-color: #B999CB;
}
.BgClassName
{
background-color: #B999CB;
}
</style>
border-color css
<style>
span { border-color: #B999CB; }
span { border-color: rgb(185,153,203); }
td.TdClassName
{
border-color: #B999CB;
}
.TagClassName
{
border-color: #B999CB;
}
</style>