Shades of Wisteria #BF99CF
Tints of Wisteria #BF99CF
RGB
CMYK
RGB Variations
Color information
#BF99CF (or 0xBF99CF) is known color: Wisteria. HEX triplet: BF, 99 and CF. RGB value is (191,153,207). Sum of RGB (Red+Green+Blue) = 191+153+207=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99CF is #406630. Grayscale: #AAAAAA. Windows color (decimal): -4220465 or 13605311. OLE color: 13605311.
HSL color Cylindrical-coordinate representation of color #BF99CF: hue angle of 282.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF99CF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 153 | 207 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.19 |
| HSL | 282.22º | 0.36% | 0.71% | - |
| HSV(B) | 282.22º | 0.26% | 0.81% | - |
| XYZ | 44.14 | 38.36 | 64.11 | - |
| YUV | 170.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 207 | 0.08 | 0.26 | 0 | 0.19 | 282.22 | 0.36 | 0.71 |
| Hex | BF | 99 | CF | 8 | 1A | 0 | 13 | 11A | 24 | 47 |
| Octal | 277 | 231 | 317 | 10 | 32 | 0 | 23 | 432 | 44 | 107 |
| Binary | 10111111 | 10011001 | 11001111 | 1000 | 11010 | 0 | 10011 | 100011010 | 100100 | 1000111 |
Color Harmonies of #BF99CF
Complementary color
Monochromatic Colors of #BF99CF
Black with #BF99CF
Text Example
Text Example
White with #BF99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99CF; }
p { color: rgb(191,153,207); }
H1.HeaderClassName
{
color: #BF99CF;
}
.AnyTagClassName
{
color: #BF99CF;
}
</style>
background-color css
<style>
a { background-color: #BF99CF; }
a { background-color: rgb(191,153,207); }
div.DivClassName
{
background-color: #BF99CF;
}
.BgClassName
{
background-color: #BF99CF;
}
</style>
border-color css
<style>
span { border-color: #BF99CF; }
span { border-color: rgb(191,153,207); }
td.TdClassName
{
border-color: #BF99CF;
}
.TagClassName
{
border-color: #BF99CF;
}
</style>