Shades of Wisteria #BF99DE
Tints of Wisteria #BF99DE
RGB
CMYK
RGB Variations
Color information
#BF99DE (or 0xBF99DE) is known color: Wisteria. HEX triplet: BF, 99 and DE. RGB value is (191,153,222). Sum of RGB (Red+Green+Blue) = 191+153+222=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99DE is #406621. Grayscale: #ABABAB. Windows color (decimal): -4220450 or 14588351. OLE color: 14588351.
HSL color Cylindrical-coordinate representation of color #BF99DE: hue angle of 273.04º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF99DE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 153 | 222 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.13 |
| HSL | 273.04º | 0.51% | 0.74% | - |
| HSV(B) | 273.04º | 0.31% | 0.87% | - |
| XYZ | 46.06 | 39.13 | 74.23 | - |
| YUV | 172.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 222 | 0.14 | 0.31 | 0 | 0.13 | 273.04 | 0.51 | 0.74 |
| Hex | BF | 99 | DE | E | 1F | 0 | D | 111 | 33 | 4A |
| Octal | 277 | 231 | 336 | 16 | 37 | 0 | 15 | 421 | 63 | 112 |
| Binary | 10111111 | 10011001 | 11011110 | 1110 | 11111 | 0 | 1101 | 100010001 | 110011 | 1001010 |
Color Harmonies of #BF99DE
Complementary color
Monochromatic Colors of #BF99DE
Black with #BF99DE
Text Example
Text Example
White with #BF99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99DE; }
p { color: rgb(191,153,222); }
H1.HeaderClassName
{
color: #BF99DE;
}
.AnyTagClassName
{
color: #BF99DE;
}
</style>
background-color css
<style>
a { background-color: #BF99DE; }
a { background-color: rgb(191,153,222); }
div.DivClassName
{
background-color: #BF99DE;
}
.BgClassName
{
background-color: #BF99DE;
}
</style>
border-color css
<style>
span { border-color: #BF99DE; }
span { border-color: rgb(191,153,222); }
td.TdClassName
{
border-color: #BF99DE;
}
.TagClassName
{
border-color: #BF99DE;
}
</style>