Shades of Wisteria #BB92CE
Tints of Wisteria #BB92CE
RGB
CMYK
RGB Variations
Color information
#BB92CE (or 0xBB92CE) is known color: Wisteria. HEX triplet: BB, 92 and CE. RGB value is (187,146,206). Sum of RGB (Red+Green+Blue) = 187+146+206=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92CE is #446D31. Grayscale: #A4A4A4. Windows color (decimal): -4484402 or 13537979. OLE color: 13537979.
HSL color Cylindrical-coordinate representation of color #BB92CE: hue angle of 281º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB92CE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 146 | 206 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.19 |
| HSL | 281º | 0.38% | 0.69% | - |
| HSV(B) | 281º | 0.29% | 0.81% | - |
| XYZ | 41.91 | 35.58 | 63.05 | - |
| YUV | 165.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 206 | 0.09 | 0.29 | 0 | 0.19 | 281 | 0.38 | 0.69 |
| Hex | BB | 92 | CE | 9 | 1D | 0 | 13 | 119 | 26 | 45 |
| Octal | 273 | 222 | 316 | 11 | 35 | 0 | 23 | 431 | 46 | 105 |
| Binary | 10111011 | 10010010 | 11001110 | 1001 | 11101 | 0 | 10011 | 100011001 | 100110 | 1000101 |
Color Harmonies of #BB92CE
Complementary color
Monochromatic Colors of #BB92CE
Black with #BB92CE
Text Example
Text Example
White with #BB92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92CE; }
p { color: rgb(187,146,206); }
H1.HeaderClassName
{
color: #BB92CE;
}
.AnyTagClassName
{
color: #BB92CE;
}
</style>
background-color css
<style>
a { background-color: #BB92CE; }
a { background-color: rgb(187,146,206); }
div.DivClassName
{
background-color: #BB92CE;
}
.BgClassName
{
background-color: #BB92CE;
}
</style>
border-color css
<style>
span { border-color: #BB92CE; }
span { border-color: rgb(187,146,206); }
td.TdClassName
{
border-color: #BB92CE;
}
.TagClassName
{
border-color: #BB92CE;
}
</style>