Shades of Wisteria #BC92DE
Tints of Wisteria #BC92DE
RGB
CMYK
RGB Variations
Color information
#BC92DE (or 0xBC92DE) is known color: Wisteria. HEX triplet: BC, 92 and DE. RGB value is (188,146,222). Sum of RGB (Red+Green+Blue) = 188+146+222=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92DE is #436D21. Grayscale: #A6A6A6. Windows color (decimal): -4418850 or 14586556. OLE color: 14586556.
HSL color Cylindrical-coordinate representation of color #BC92DE: hue angle of 273.16º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC92DE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 146 | 222 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.13 |
| HSL | 273.16º | 0.54% | 0.72% | - |
| HSV(B) | 273.16º | 0.34% | 0.87% | - |
| XYZ | 44.2 | 36.52 | 73.83 | - |
| YUV | 167.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 222 | 0.15 | 0.34 | 0 | 0.13 | 273.16 | 0.54 | 0.72 |
| Hex | BC | 92 | DE | F | 22 | 0 | D | 111 | 36 | 48 |
| Octal | 274 | 222 | 336 | 17 | 42 | 0 | 15 | 421 | 66 | 110 |
| Binary | 10111100 | 10010010 | 11011110 | 1111 | 100010 | 0 | 1101 | 100010001 | 110110 | 1001000 |
Color Harmonies of #BC92DE
Complementary color
Monochromatic Colors of #BC92DE
Black with #BC92DE
Text Example
Text Example
White with #BC92DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92DE; }
p { color: rgb(188,146,222); }
H1.HeaderClassName
{
color: #BC92DE;
}
.AnyTagClassName
{
color: #BC92DE;
}
</style>
background-color css
<style>
a { background-color: #BC92DE; }
a { background-color: rgb(188,146,222); }
div.DivClassName
{
background-color: #BC92DE;
}
.BgClassName
{
background-color: #BC92DE;
}
</style>
border-color css
<style>
span { border-color: #BC92DE; }
span { border-color: rgb(188,146,222); }
td.TdClassName
{
border-color: #BC92DE;
}
.TagClassName
{
border-color: #BC92DE;
}
</style>