Shades of Wisteria #BF99D8
Tints of Wisteria #BF99D8
RGB
CMYK
RGB Variations
Color information
#BF99D8 (or 0xBF99D8) is known color: Wisteria. HEX triplet: BF, 99 and D8. RGB value is (191,153,216). Sum of RGB (Red+Green+Blue) = 191+153+216=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99D8 is #406627. Grayscale: #ABABAB. Windows color (decimal): -4220456 or 14195135. OLE color: 14195135.
HSL color Cylindrical-coordinate representation of color #BF99D8: hue angle of 276.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF99D8 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 153 | 216 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.15 |
| HSL | 276.19º | 0.45% | 0.72% | - |
| HSV(B) | 276.19º | 0.29% | 0.85% | - |
| XYZ | 45.27 | 38.82 | 70.07 | - |
| YUV | 171.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 216 | 0.12 | 0.29 | 0 | 0.15 | 276.19 | 0.45 | 0.72 |
| Hex | BF | 99 | D8 | C | 1D | 0 | F | 114 | 2D | 48 |
| Octal | 277 | 231 | 330 | 14 | 35 | 0 | 17 | 424 | 55 | 110 |
| Binary | 10111111 | 10011001 | 11011000 | 1100 | 11101 | 0 | 1111 | 100010100 | 101101 | 1001000 |
Color Harmonies of #BF99D8
Complementary color
Monochromatic Colors of #BF99D8
Black with #BF99D8
Text Example
Text Example
White with #BF99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99D8; }
p { color: rgb(191,153,216); }
H1.HeaderClassName
{
color: #BF99D8;
}
.AnyTagClassName
{
color: #BF99D8;
}
</style>
background-color css
<style>
a { background-color: #BF99D8; }
a { background-color: rgb(191,153,216); }
div.DivClassName
{
background-color: #BF99D8;
}
.BgClassName
{
background-color: #BF99D8;
}
</style>
border-color css
<style>
span { border-color: #BF99D8; }
span { border-color: rgb(191,153,216); }
td.TdClassName
{
border-color: #BF99D8;
}
.TagClassName
{
border-color: #BF99D8;
}
</style>