Shades of Wisteria #BF99D4
Tints of Wisteria #BF99D4
RGB
CMYK
RGB Variations
Color information
#BF99D4 (or 0xBF99D4) is known color: Wisteria. HEX triplet: BF, 99 and D4. RGB value is (191,153,212). Sum of RGB (Red+Green+Blue) = 191+153+212=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF99D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99D4 is #40662B. Grayscale: #AAAAAA. Windows color (decimal): -4220460 or 13932991. OLE color: 13932991.
HSL color Cylindrical-coordinate representation of color #BF99D4: hue angle of 278.64º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF99D4 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 153 | 212 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.17 |
| HSL | 278.64º | 0.41% | 0.72% | - |
| HSV(B) | 278.64º | 0.28% | 0.83% | - |
| XYZ | 44.76 | 38.61 | 67.38 | - |
| YUV | 171.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 212 | 0.10 | 0.28 | 0 | 0.17 | 278.64 | 0.41 | 0.72 |
| Hex | BF | 99 | D4 | A | 1C | 0 | 11 | 117 | 29 | 48 |
| Octal | 277 | 231 | 324 | 12 | 34 | 0 | 21 | 427 | 51 | 110 |
| Binary | 10111111 | 10011001 | 11010100 | 1010 | 11100 | 0 | 10001 | 100010111 | 101001 | 1001000 |
Color Harmonies of #BF99D4
Complementary color
Monochromatic Colors of #BF99D4
Black with #BF99D4
Text Example
Text Example
White with #BF99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99D4; }
p { color: rgb(191,153,212); }
H1.HeaderClassName
{
color: #BF99D4;
}
.AnyTagClassName
{
color: #BF99D4;
}
</style>
background-color css
<style>
a { background-color: #BF99D4; }
a { background-color: rgb(191,153,212); }
div.DivClassName
{
background-color: #BF99D4;
}
.BgClassName
{
background-color: #BF99D4;
}
</style>
border-color css
<style>
span { border-color: #BF99D4; }
span { border-color: rgb(191,153,212); }
td.TdClassName
{
border-color: #BF99D4;
}
.TagClassName
{
border-color: #BF99D4;
}
</style>