#BFA1CF

Color #BFA1CF Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BFA1CF

Tints of Wisteria #BFA1CF

Color information

#BFA1CF (or 0xBFA1CF) is unknown color: approx Wisteria. HEX triplet: BF, A1 and CF. RGB value is (191,161,207). Sum of RGB (Red+Green+Blue) = 191+161+207=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFA1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1CF is #405E30. Grayscale: #AFAFAF. Windows color (decimal): -4218417 or 13607359. OLE color: 13607359.

HSL color Cylindrical-coordinate representation of color #BFA1CF: hue angle of 279.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA1CF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191161207-
CMYK0.080.2200.19
HSL279.13º32.39%72.16%-
HSV(B)279.13º22.22%81.18%-
XYZ45.4941.0764.56-
YUV175.21145.94139.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=34.17%
G=28.80%
B=37.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911612070.080.2200.19279.1332.3972.16
HexBFA1CF8160131172048
Octal277241317102602342740110
Binary1011111110100001110011111000101100100111000101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1CF; }

 p { color: rgb(191,161,207); }

 H1.HeaderClassName
 {
   color: #BFA1CF;
 }
 .AnyTagClassName
 {
   color: #BFA1CF;
 }
</style>
background-color css

<style>
 a { background-color: #BFA1CF; }

 a { background-color: rgb(191,161,207); }

 div.DivClassName
 {
   background-color: #BFA1CF;
 }
 .BgClassName
 {
   background-color: #BFA1CF;
 }
</style>
border-color css

<style>
 span { border-color: #BFA1CF; }

 span { border-color: rgb(191,161,207); }

 td.TdClassName
 {
   border-color: #BFA1CF;
 }
 .TagClassName
 {
   border-color: #BFA1CF;
 }
</style>